pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 13 17:15:00 UTC 2017
Modified Files:
pkgsrc/time: Makefile
Added Files:
pkgsrc/time/py-tempora: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/py-tempora/DESCR \
pkgsrc/time/py-tempora/Makefile pkgsrc/time/py-tempora/PLIST \
pkgsrc/time/py-tempora/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.158 pkgsrc/time/Makefile:1.159
--- pkgsrc/time/Makefile:1.158 Sun Dec 4 21:12:59 2016
+++ pkgsrc/time/Makefile Mon Feb 13 17:15:00 2017
@@ -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
Added files:
Index: pkgsrc/time/py-tempora/DESCR
diff -u /dev/null pkgsrc/time/py-tempora/DESCR:1.1
--- /dev/null Mon Feb 13 17:15:01 2017
+++ pkgsrc/time/py-tempora/DESCR Mon Feb 13 17:15:00 2017
@@ -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.
Index: pkgsrc/time/py-tempora/Makefile
diff -u /dev/null pkgsrc/time/py-tempora/Makefile:1.1
--- /dev/null Mon Feb 13 17:15:01 2017
+++ pkgsrc/time/py-tempora/Makefile Mon Feb 13 17:15:00 2017
@@ -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"
Index: pkgsrc/time/py-tempora/PLIST
diff -u /dev/null pkgsrc/time/py-tempora/PLIST:1.1
--- /dev/null Mon Feb 13 17:15:01 2017
+++ pkgsrc/time/py-tempora/PLIST Mon Feb 13 17:15:00 2017
@@ -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
Index: pkgsrc/time/py-tempora/distinfo
diff -u /dev/null pkgsrc/time/py-tempora/distinfo:1.1
--- /dev/null Mon Feb 13 17:15:01 2017
+++ pkgsrc/time/py-tempora/distinfo Mon Feb 13 17:15:00 2017
@@ -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