pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-ligotimegps time/py-ligotimegps: import py-lig...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3dc3e39191f
branches: trunk
changeset: 369376:a3dc3e39191f
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 29 08:47:53 2017 +0000
description:
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:
time/py-ligotimegps/DESCR | 3 +++
time/py-ligotimegps/Makefile | 17 +++++++++++++++++
time/py-ligotimegps/PLIST | 15 +++++++++++++++
time/py-ligotimegps/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 60f611bb0c80 -r a3dc3e39191f time/py-ligotimegps/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ligotimegps/DESCR Fri Sep 29 08:47:53 2017 +0000
@@ -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 -r 60f611bb0c80 -r a3dc3e39191f time/py-ligotimegps/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ligotimegps/Makefile Fri Sep 29 08:47:53 2017 +0000
@@ -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@localhost
+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 -r 60f611bb0c80 -r a3dc3e39191f time/py-ligotimegps/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ligotimegps/PLIST Fri Sep 29 08:47:53 2017 +0000
@@ -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 -r 60f611bb0c80 -r a3dc3e39191f time/py-ligotimegps/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-ligotimegps/distinfo Fri Sep 29 08:47:53 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index