diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-31 13:57:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-31 13:57:25 +0000 |
commit | a42c80ed47a2bad3770198295eba1c31a73b4728 (patch) | |
tree | 6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /time | |
parent | 5ce45af0fae5f30835e2bef442cd28c0e87627f0 (diff) | |
download | pkgsrc-a42c80ed47a2bad3770198295eba1c31a73b4728.tar.gz |
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-dateutil/Makefile | 4 | ||||
-rw-r--r-- | time/py-mxDateTime/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 65442b9fb6c..ca8a8885cf8 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/12/13 09:28:01 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/12/31 13:57:30 wiz Exp $ DISTNAME= python-dateutil-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -12,7 +12,5 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -EGG_NAME= ${DISTNAME:S/-/_/} - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 0247779dc7f..048fbfdf95d 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/05/09 07:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2014/12/31 13:57:30 wiz Exp $ DISTNAME= egenix-mx-base-3.2.7 PKGNAME= ${PYPKGPREFIX}-mxDateTime-3.2.7 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.egenix.com/files/python/mxDateTime.html COMMENT= Python extension that provides types and conversions for dates LICENSE= egenix-public-license -EGG_NAME= ${DISTNAME:S/-mx-/_mx_/} PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.7 REPLACE_PYTHON+= egenix_mx_base.py |