diff options
author | wiz <wiz> | 2012-04-08 19:08:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-08 19:08:44 +0000 |
commit | 14cd86f4a2e5a5e2fc11dc026149b4bb17cd5bcd (patch) | |
tree | b2d16eef0342bf56f8fbe64706fa44b26684cdf8 /devel/py-sysctl | |
parent | e933699b6dbea0ef2d972b27fef400b88cfc0cb0 (diff) | |
download | pkgsrc-14cd86f4a2e5a5e2fc11dc026149b4bb17cd5bcd.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 'devel/py-sysctl')
-rw-r--r-- | devel/py-sysctl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-sysctl/Makefile b/devel/py-sysctl/Makefile index b49883962ee..de88bdcce42 100644 --- a/devel/py-sysctl/Makefile +++ b/devel/py-sysctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/02/25 09:47:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/04/08 19:08:54 wiz Exp $ DISTNAME= py-sysctl-0.1 PKGNAME= ${PYPKGPREFIX}-sysctl-0.1 @@ -13,7 +13,6 @@ COMMENT= Python interface to sysctl(3) PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 25 PYDISTUTILSPKG= # yes .include "../../lang/python/extension.mk" |