diff options
Diffstat (limited to 'time/py-dateutil/Makefile')
-rw-r--r-- | time/py-dateutil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 1323631ad2c..6c747f47600 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2018/10/29 11:10:07 adam Exp $ +# $NetBSD: Makefile,v 1.26 2019/02/06 10:07:46 adam Exp $ -DISTNAME= python-dateutil-2.7.5 +DISTNAME= python-dateutil-2.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-dateutil/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/dateutil/dateutil COMMENT= Extensions to the standard datetime module LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-six>=1.5:../../lang/py-six BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis |