diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 19:08:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 19:08:44 +0000 |
commit | 4faa20286079b6833043b7bbd12c0e72039551f6 (patch) | |
tree | b2d16eef0342bf56f8fbe64706fa44b26684cdf8 /security | |
parent | 67a514f3391a0157a52f46664e69c897eb4b904e (diff) | |
download | pkgsrc-4faa20286079b6833043b7bbd12c0e72039551f6.tar.gz |
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-SSLCrypto/Makefile | 3 | ||||
-rw-r--r-- | security/py-lasso/Makefile | 5 | ||||
-rw-r--r-- | security/py-openid/Makefile | 3 | ||||
-rw-r--r-- | security/py-prewikka/Makefile | 3 | ||||
-rw-r--r-- | security/py-smbpasswd/Makefile | 3 |
5 files changed, 5 insertions, 12 deletions
diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile index 47790b778be..ea4b8036765 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/10/14 13:00:01 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/04/08 19:09:11 wiz Exp $ # DISTNAME= SSLCrypto-0.1.1 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex -PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index 624c768db91..a13aae0975f 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/03/03 00:13:54 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/04/08 19:09:11 wiz Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,9 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/python/pyversion.mk" BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -.if ${PYPKGPREFIX} == "py24" -BUILD_DEPENDS+= ${PYPKGPREFIX}-elementtree-[0-9]*:../../textproc/py-elementtree -.endif CONFIGURE_ARGS+= --disable-php4 CONFIGURE_ARGS+= --disable-perl diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 25f3460ace7..8ee248d2ccb 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/02/25 09:47:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/04/08 19:09:12 wiz Exp $ DISTVERS= 2.2.5 GITREF= b666238 @@ -16,7 +16,6 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index eb37a8333ac..5229b4e0b98 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2011/04/15 14:48:41 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2012/04/08 19:09:12 wiz Exp $ # DISTNAME= prewikka-${VERSION} @@ -23,7 +23,6 @@ USE_TOOLS+= msgfmt .include "../../mk/bsd.prefs.mk" -PYTHON_VERSIONS_ACCEPTED= 27 26 25 PYDISTUTILSPKG= yes PYSETUP= setup.py PYTHON_PATCH_SCRIPTS= scripts/prewikka-httpd diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile index ed3a2ce0e9b..91225e9b6b4 100644 --- a/security/py-smbpasswd/Makefile +++ b/security/py-smbpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/02/25 09:47:28 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/04/08 19:09:12 wiz Exp $ # DISTNAME= py-smbpasswd-1.0.1 @@ -13,7 +13,6 @@ COMMENT= Python SMB Password Hash Generator PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |