summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-16 06:44:28 +0000
committeradam <adam@pkgsrc.org>2017-10-16 06:44:28 +0000
commit22e44e5889a5d94612306aefb8e82e1a8467f281 (patch)
treef6795baf2d7eea0c38cb3fd2d4ce36e12ea477b1 /time
parent7656f619875583b6eb8cd93dca709b92f7e8e7dc (diff)
downloadpkgsrc-22e44e5889a5d94612306aefb8e82e1a8467f281.tar.gz
py-isodate: update to 0.6.0
0.6.0: - support incomplete month date - rely on duck typing when doing duration maths - support ':' as separator in fractional time zones
Diffstat (limited to 'time')
-rw-r--r--time/py-isodate/Makefile6
-rw-r--r--time/py-isodate/PLIST3
-rw-r--r--time/py-isodate/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/time/py-isodate/Makefile b/time/py-isodate/Makefile
index c96cd2f8b35..af003a5cb48 100644
--- a/time/py-isodate/Makefile
+++ b/time/py-isodate/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/07/07 08:51:16 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/16 06:44:28 adam Exp $
-DISTNAME= isodate-0.5.4
+DISTNAME= isodate-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python time
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isodate/}
@@ -10,6 +10,8 @@ HOMEPAGE= http://cheeseshop.python.org/pypi/isodate
COMMENT= ISO 8601 date/time/duration parser and formatter
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
USE_LANGUAGES= # none
do-test:
diff --git a/time/py-isodate/PLIST b/time/py-isodate/PLIST
index 4e49c379eaf..553cb7f4971 100644
--- a/time/py-isodate/PLIST
+++ b/time/py-isodate/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/19 21:27:58 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/16 06:44:28 adam 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}/isodate/__init__.py
${PYSITELIB}/isodate/__init__.pyc
diff --git a/time/py-isodate/distinfo b/time/py-isodate/distinfo
index 8798bde4288..bdd7154f0c4 100644
--- a/time/py-isodate/distinfo
+++ b/time/py-isodate/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/07 08:51:16 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/10/16 06:44:28 adam Exp $
-SHA1 (isodate-0.5.4.tar.gz) = 40ccf07a8e46284a79cfc4d41e151f71ae63f535
-RMD160 (isodate-0.5.4.tar.gz) = 8b483cedd72d92c3d0182a0d409672e1e21dc893
-SHA512 (isodate-0.5.4.tar.gz) = ef5fd27ffa61ad10abf499723c452fd8fd6c2f08a0d5aca6ead88857e5d159f50a3d01769b9fe0aed59a57b0f89a70b359135b0d7c5e6a75d023daa824e5d80a
-Size (isodate-0.5.4.tar.gz) = 27691 bytes
+SHA1 (isodate-0.6.0.tar.gz) = 2c69e08c9894a9cd96c627146463260f5731df62
+RMD160 (isodate-0.6.0.tar.gz) = caa3c15705b67d1e8fbcc18536643818affbb306
+SHA512 (isodate-0.6.0.tar.gz) = e977748e13ee2c94ab47bfc47113d152280e9acff6f70e773de73717392148dd2c111a7db2d9fa3679d37936c6ed9a23dc526cb00bd601df45459b6a244f9f7d
+Size (isodate-0.6.0.tar.gz) = 28480 bytes