summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
committerwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
commita42c80ed47a2bad3770198295eba1c31a73b4728 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /security
parent5ce45af0fae5f30835e2bef442cd28c0e87627f0 (diff)
downloadpkgsrc-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')
-rw-r--r--security/py-asn1-modules/Makefile4
-rw-r--r--security/py-libtaxii/Makefile4
-rw-r--r--security/py-mcrypt/Makefile4
-rw-r--r--security/py-requests-oauthlib/Makefile3
4 files changed, 4 insertions, 11 deletions
diff --git a/security/py-asn1-modules/Makefile b/security/py-asn1-modules/Makefile
index d35f7152b05..02d3fd2279b 100644
--- a/security/py-asn1-modules/Makefile
+++ b/security/py-asn1-modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/11/24 14:21:01 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:29 wiz Exp $
DISTNAME= pyasn1-modules-0.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -12,7 +12,5 @@ LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.5:../../security/py-asn1
-EGG_NAME= ${DISTNAME:S/-/_/}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-libtaxii/Makefile b/security/py-libtaxii/Makefile
index bae0dc93fba..2e5d6c44500 100644
--- a/security/py-libtaxii/Makefile
+++ b/security/py-libtaxii/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:29 wiz Exp $
LIBTAXII_VERSION= 1.1.101
DISTNAME= libtaxii-${LIBTAXII_VERSION}
@@ -14,7 +14,5 @@ LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
-EGG_NAME= libtaxii-${LIBTAXII_VERSION}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile
index 404739aa6e9..4be782f163f 100644
--- a/security/py-mcrypt/Makefile
+++ b/security/py-mcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/12/31 13:57:29 wiz Exp $
DISTNAME= python-mcrypt-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -11,8 +11,6 @@ HOMEPAGE= http://labix.org/python-mcrypt
COMMENT= Python interface to mcrypt library
LICENSE= gnu-lgpl-v2.1
-EGG_NAME= ${DISTNAME:S/-/_/}
-
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.1
.include "../../lang/python/distutils.mk"
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/