diff options
Diffstat (limited to 'time/py-dateutil/Makefile')
-rw-r--r-- | time/py-dateutil/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 32bc29ec1cb..65442b9fb6c 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/13 09:28:01 obache Exp $ -DISTNAME= python-dateutil-1.5 +DISTNAME= python-dateutil-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} CATEGORIES= time python -MASTER_SITES= http://labix.org/download/python-dateutil/ +MASTER_SITES= https://pypi.python.org/packages/source/p/python-dateutil/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://labix.org/python-dateutil -COMMENT= Extensions to the standard datetime module (Python-2.x version) +HOMEPAGE= https://dateutil.readhedocs.org/ +COMMENT= Extensions to the standard datetime module +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |