diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-29 08:47:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-29 08:47:53 +0000 |
commit | 09f9291b92d53d9561c79df3da68f701bd86599c (patch) | |
tree | df0c9b21e4cf1c22adea50b1127a1521ab57b28e /time | |
parent | 8cfef7696e83a40d19127a6a44d3fc849d74367f (diff) | |
download | pkgsrc-09f9291b92d53d9561c79df3da68f701bd86599c.tar.gz |
time/py-ligotimegps: import py-ligotimegps-1.1
This module provides a pure-python version of the LIGOTimeGPS class,
used to represent GPS times (number of seconds elapsed since GPS
epoch) with nanoseconds precision.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-ligotimegps/DESCR | 3 | ||||
-rw-r--r-- | time/py-ligotimegps/Makefile | 17 | ||||
-rw-r--r-- | time/py-ligotimegps/PLIST | 15 | ||||
-rw-r--r-- | time/py-ligotimegps/distinfo | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/time/py-ligotimegps/DESCR b/time/py-ligotimegps/DESCR new file mode 100644 index 00000000000..51a0d544edd --- /dev/null +++ b/time/py-ligotimegps/DESCR @@ -0,0 +1,3 @@ +This module provides a pure-python version of the LIGOTimeGPS class, +used to represent GPS times (number of seconds elapsed since GPS +epoch) with nanoseconds precision. diff --git a/time/py-ligotimegps/Makefile b/time/py-ligotimegps/Makefile new file mode 100644 index 00000000000..c652f1e34af --- /dev/null +++ b/time/py-ligotimegps/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 08:47:53 wiz Exp $ + +DISTNAME= ligotimegps-1.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= time python +MASTER_SITES= ${MASTER_SITE_PYPI:=l/ligotimegps/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://pypi.python.org/pypi/ligotimegps/ +COMMENT= Pure-python version of lal.LIGOTimeGPS +LICENSE= gnu-lgpl-v3 + +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/py-ligotimegps/PLIST b/time/py-ligotimegps/PLIST new file mode 100644 index 00000000000..a75628bcdb8 --- /dev/null +++ b/time/py-ligotimegps/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/29 08:47:53 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/ligotimegps/__init__.py +${PYSITELIB}/ligotimegps/__init__.pyo +${PYSITELIB}/ligotimegps/__init__.pyc +${PYSITELIB}/ligotimegps/_version.pyo +${PYSITELIB}/ligotimegps/_version.pyc +${PYSITELIB}/ligotimegps/test_ligotimegps.pyo +${PYSITELIB}/ligotimegps/test_ligotimegps.pyc +${PYSITELIB}/ligotimegps/_version.py +${PYSITELIB}/ligotimegps/test_ligotimegps.py diff --git a/time/py-ligotimegps/distinfo b/time/py-ligotimegps/distinfo new file mode 100644 index 00000000000..a3e9f5e19a4 --- /dev/null +++ b/time/py-ligotimegps/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 08:47:53 wiz Exp $ + +SHA1 (ligotimegps-1.1.tar.gz) = e1c83988279454e7fca2dc6f5eede31fa8605319 +RMD160 (ligotimegps-1.1.tar.gz) = d4bfdece97c2f59ee541569d16fdb89af44523f2 +SHA512 (ligotimegps-1.1.tar.gz) = ec287ea126d882c2a189491ef4b6173303dcd03a61a55bcfd5b40e2bd398e81678afa05164aba5ededd08698bb2e9b38a2463343d976ba4bbe424fad73c19051 +Size (ligotimegps-1.1.tar.gz) = 34090 bytes |