pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-tempora
Module Name: pkgsrc
Committed By: adam
Date: Tue Jul 3 09:56:28 UTC 2018
Modified Files:
pkgsrc/time/py-tempora: Makefile PLIST distinfo
Log Message:
py-tempora: updated to 1.12
1.12:
Added UTC module (Python 3 only), inspired by the utc project.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/py-tempora/Makefile
cvs rdiff -u -r1.5 -r1.6 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/py-tempora/Makefile
diff -u pkgsrc/time/py-tempora/Makefile:1.7 pkgsrc/time/py-tempora/Makefile:1.8
--- pkgsrc/time/py-tempora/Makefile:1.7 Thu Mar 15 12:34:54 2018
+++ pkgsrc/time/py-tempora/Makefile Tue Jul 3 09:56:28 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/03/15 12:34:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/03 09:56:28 adam Exp $
-DISTNAME= tempora-1.11
+DISTNAME= tempora-1.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tempora/}
@@ -13,9 +13,10 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-sugar>=0.9.1:../../devel/py-test-sugar
+TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar>=0.9.1:../../devel/py-test-sugar
USE_LANGUAGES= # none
@@ -23,7 +24,7 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} calc-prorate calc-prorate${PYVERSSUFFIX} || ${TRUE}
do-test:
- cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
+ cd ${WRKSRC}/tests && py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-tempora/PLIST
diff -u pkgsrc/time/py-tempora/PLIST:1.5 pkgsrc/time/py-tempora/PLIST:1.6
--- pkgsrc/time/py-tempora/PLIST:1.5 Tue Aug 22 08:08:25 2017
+++ pkgsrc/time/py-tempora/PLIST Tue Jul 3 09:56:28 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/08/22 08:08:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/07/03 09:56:28 adam Exp $
bin/calc-prorate${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -19,3 +19,6 @@ ${PYSITELIB}/tempora/tests/test_schedule
${PYSITELIB}/tempora/timing.py
${PYSITELIB}/tempora/timing.pyc
${PYSITELIB}/tempora/timing.pyo
+${PYSITELIB}/tempora/utc.py
+${PYSITELIB}/tempora/utc.pyc
+${PYSITELIB}/tempora/utc.pyo
Index: pkgsrc/time/py-tempora/distinfo
diff -u pkgsrc/time/py-tempora/distinfo:1.5 pkgsrc/time/py-tempora/distinfo:1.6
--- pkgsrc/time/py-tempora/distinfo:1.5 Thu Mar 15 12:34:54 2018
+++ pkgsrc/time/py-tempora/distinfo Tue Jul 3 09:56:28 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/03/15 12:34:54 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/07/03 09:56:28 adam Exp $
-SHA1 (tempora-1.11.tar.gz) = ec05ee26dcb1a407be595a408dc5c151f9f4a168
-RMD160 (tempora-1.11.tar.gz) = 4896c6300c9b22e6659b0c7cea671378cbba22f9
-SHA512 (tempora-1.11.tar.gz) = cda47613cabefabb0c52e2f89f31b405a3b3f17c531a0b890a9ccfd3a3fcd5bc5bec19881ce726972ff61811654e8b5ec8048c9ebad6e87d72d7d98bfa4daeab
-Size (tempora-1.11.tar.gz) = 14750 bytes
+SHA1 (tempora-1.12.tar.gz) = eb28cbb6a10e01e4342aef36fd40c054b8af0bc2
+RMD160 (tempora-1.12.tar.gz) = 8f393c1e7b1666c797fd79c745b9e98a02f6b4ea
+SHA512 (tempora-1.12.tar.gz) = 4acd38fb464e858db371fc4ac6d2082f4f0c676016cdb95d8415895b7d0bdd3c787c2678737e437d1f5861368dd54040ce289407cfeea3ca43b130c56da133b6
+Size (tempora-1.12.tar.gz) = 15208 bytes
Home |
Main Index |
Thread Index |
Old Index