pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time Added time/py-tempora version 1.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e32ece70a38
branches:  trunk
changeset: 358476:8e32ece70a38
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 13 17:15:00 2017 +0000

description:
Added time/py-tempora version 1.6.1

Objects and routines pertaining to date and time (tempora).

Modules include:
- tempora (top level package module) contains miscellaneous
  utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.

diffstat:

 time/Makefile            |   3 ++-
 time/py-tempora/DESCR    |   7 +++++++
 time/py-tempora/Makefile |  16 ++++++++++++++++
 time/py-tempora/PLIST    |  21 +++++++++++++++++++++
 time/py-tempora/distinfo |   6 ++++++
 5 files changed, 52 insertions(+), 1 deletions(-)

diffs (83 lines):

diff -r c5f6904e3eca -r 8e32ece70a38 time/Makefile
--- a/time/Makefile     Mon Feb 13 15:03:12 2017 +0000
+++ b/time/Makefile     Mon Feb 13 17:15:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2016/12/04 21:12:59 rodent Exp $
+# $NetBSD: Makefile,v 1.159 2017/02/13 17:15:00 adam Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -139,6 +139,7 @@
 SUBDIR+=       py-parsedatetime
 SUBDIR+=       py-pytz
 SUBDIR+=       py-rfc3339
+SUBDIR+=       py-tempora
 SUBDIR+=       py-trytond-calendar
 SUBDIR+=       py-trytond-calendar-classification
 SUBDIR+=       py-trytond-calendar-scheduling
diff -r c5f6904e3eca -r 8e32ece70a38 time/py-tempora/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-tempora/DESCR     Mon Feb 13 17:15:00 2017 +0000
@@ -0,0 +1,7 @@
+Objects and routines pertaining to date and time (tempora).
+
+Modules include:
+- tempora (top level package module) contains miscellaneous
+  utilities and constants.
+- timing contains routines for measuring and profiling.
+- schedule contains an event scheduler.
diff -r c5f6904e3eca -r 8e32ece70a38 time/py-tempora/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-tempora/Makefile  Mon Feb 13 17:15:00 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/13 17:15:00 adam Exp $
+
+DISTNAME=      tempora-1.6.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tempora/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jaraco/tempora
+COMMENT=       Objects and routines pertaining to date and time
+LICENSE=       mit
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5f6904e3eca -r 8e32ece70a38 time/py-tempora/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-tempora/PLIST     Mon Feb 13 17:15:00 2017 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/13 17:15:00 adam Exp $
+bin/calc-prorate
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tempora/__init__.py
+${PYSITELIB}/tempora/__init__.pyc
+${PYSITELIB}/tempora/__init__.pyo
+${PYSITELIB}/tempora/schedule.py
+${PYSITELIB}/tempora/schedule.pyc
+${PYSITELIB}/tempora/schedule.pyo
+${PYSITELIB}/tempora/tests/test_schedule.py
+${PYSITELIB}/tempora/tests/test_schedule.pyc
+${PYSITELIB}/tempora/tests/test_schedule.pyo
+${PYSITELIB}/tempora/timing.py
+${PYSITELIB}/tempora/timing.pyc
+${PYSITELIB}/tempora/timing.pyo
diff -r c5f6904e3eca -r 8e32ece70a38 time/py-tempora/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-tempora/distinfo  Mon Feb 13 17:15:00 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/13 17:15:00 adam Exp $
+
+SHA1 (tempora-1.6.1.tar.gz) = 370dbed567747b1b51d5c3881e0f10e85ed37c21
+RMD160 (tempora-1.6.1.tar.gz) = 7e8b92d97ea1171351556536348a1fabc32091e4
+SHA512 (tempora-1.6.1.tar.gz) = 9baf9162e304e59ae0a427a7a27d1fc66b0d4b98e016490317832ba2e7acec520ef2baeebeb26f7984ba7ace82413d15b96baef7dbdfcfdc94e29e7179769a01
+Size (tempora-1.6.1.tar.gz) = 11423 bytes



Home | Main Index | Thread Index | Old Index