diff options
author | adam <adam@pkgsrc.org> | 2017-08-22 08:08:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-22 08:08:25 +0000 |
commit | 55a20adf00714ca3386d4d3a3c72f66c238cd789 (patch) | |
tree | 8362d2961cd10f74c5ea23ccd04ea6ce2bdcc35a | |
parent | 7239148513394d0aba803b04b7c7508579c55e03 (diff) | |
download | pkgsrc-55a20adf00714ca3386d4d3a3c72f66c238cd789.tar.gz |
1.9
Added support for months, years to ``parse_timedelta``.
-rw-r--r-- | time/py-tempora/Makefile | 4 | ||||
-rw-r--r-- | time/py-tempora/PLIST | 3 | ||||
-rw-r--r-- | time/py-tempora/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/time/py-tempora/Makefile b/time/py-tempora/Makefile index 53ceb910cef..bd8ddb05549 100644 --- a/time/py-tempora/Makefile +++ b/time/py-tempora/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/07/19 17:06:49 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/08/22 08:08:25 adam Exp $ -DISTNAME= tempora-1.8 +DISTNAME= tempora-1.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tempora/} diff --git a/time/py-tempora/PLIST b/time/py-tempora/PLIST index 03f992feaf8..6399a28d46e 100644 --- a/time/py-tempora/PLIST +++ b/time/py-tempora/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2017/07/19 17:06:49 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/08/22 08:08:25 adam Exp $ bin/calc-prorate${PYVERSSUFFIX} ${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 diff --git a/time/py-tempora/distinfo b/time/py-tempora/distinfo index b3c7e7fc6d0..00a635e08bc 100644 --- a/time/py-tempora/distinfo +++ b/time/py-tempora/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/07/19 17:06:49 adam Exp $ +$NetBSD: distinfo,v 1.3 2017/08/22 08:08:25 adam Exp $ -SHA1 (tempora-1.8.tar.gz) = fa6d4fbcf46d36a528d60811b2d86e0f5e5de966 -RMD160 (tempora-1.8.tar.gz) = 50c3cc64d1d3779737bdee070a3bb093b5068297 -SHA512 (tempora-1.8.tar.gz) = cd0a913990984f0cfe269c87cdcd80495a79df0479feed3c41c03830a19cb748b92ec71c6b586e18327a9e559d4d9540c073d38088dc95b3fb2b03e127052e3f -Size (tempora-1.8.tar.gz) = 12212 bytes +SHA1 (tempora-1.9.tar.gz) = db49565ea28808d1df058a303c31ced92f46ccd2 +RMD160 (tempora-1.9.tar.gz) = 94abf3e313c2f49c55f36344e25de0065e3738ae +SHA512 (tempora-1.9.tar.gz) = cb049675d7196738debca3dc0ddd8c5e72d0468bd1a853f77378cc5564b100cd94d23c63d7b06c6bed2827365d904a1582cf9d497618493b795600b6d476b91f +Size (tempora-1.9.tar.gz) = 12469 bytes |