diff options
author | adam <adam@pkgsrc.org> | 2017-02-13 17:15:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-13 17:15:00 +0000 |
commit | 2309d7df54aad8cc3ff7ad8150329aac4d65c309 (patch) | |
tree | 9005a1589e9b91bf12c58d1881e976e0467821a3 /time | |
parent | 443f7c9a0d0ce6457acb43a4db19b63a6c3dd501 (diff) | |
download | pkgsrc-2309d7df54aad8cc3ff7ad8150329aac4d65c309.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/Makefile | 3 | ||||
-rw-r--r-- | time/py-tempora/DESCR | 7 | ||||
-rw-r--r-- | time/py-tempora/Makefile | 16 | ||||
-rw-r--r-- | time/py-tempora/PLIST | 21 | ||||
-rw-r--r-- | time/py-tempora/distinfo | 6 |
5 files changed, 52 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index a2468189157..6b83bc841d3 100644 --- a/time/Makefile +++ b/time/Makefile @@ -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-mxDateTime 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 --git a/time/py-tempora/DESCR b/time/py-tempora/DESCR new file mode 100644 index 00000000000..ccfc8b28c83 --- /dev/null +++ b/time/py-tempora/DESCR @@ -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 --git a/time/py-tempora/Makefile b/time/py-tempora/Makefile new file mode 100644 index 00000000000..333a130cedb --- /dev/null +++ b/time/py-tempora/Makefile @@ -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 +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 --git a/time/py-tempora/PLIST b/time/py-tempora/PLIST new file mode 100644 index 00000000000..e5c1dfe436d --- /dev/null +++ b/time/py-tempora/PLIST @@ -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 --git a/time/py-tempora/distinfo b/time/py-tempora/distinfo new file mode 100644 index 00000000000..e446c327b25 --- /dev/null +++ b/time/py-tempora/distinfo @@ -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 |