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 /www/py-google-api-python-client | |
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 'www/py-google-api-python-client')
-rw-r--r-- | www/py-google-api-python-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 3f7837529af..d60eaf55d9f 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/11/24 14:45:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:33 wiz Exp $ DISTNAME= google-api-python-client-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-uritemplate-[0-9]*:../../textproc/py-uritemplate PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 1.3.1 -EGG_NAME= google_api_python_client-${PKGVERSION_NOREV} - # doesn't work, but doesn't matter # see also https://github.com/google/google-api-python-client/issues/40 REPLACE_PYTHON+= googleapiclient/errors.py |