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 /security/py-requests-oauthlib | |
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 'security/py-requests-oauthlib')
-rw-r--r-- | security/py-requests-oauthlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-requests-oauthlib/Makefile b/security/py-requests-oauthlib/Makefile index fa3917e341f..61968dcda84 100644 --- a/security/py-requests-oauthlib/Makefile +++ b/security/py-requests-oauthlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/05/13 17:08:45 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:29 wiz Exp $ DISTNAME= requests-oauthlib-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -EGG_NAME= ${DISTNAME:S,-,_,} CATEGORIES= security MASTER_SITES= https://pypi.python.org/packages/source/r/requests-oauthlib/ |