summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-28 09:12:03 +0000
committerobache <obache@pkgsrc.org>2012-01-28 09:12:03 +0000
commita4a563b16abf6f811c9665fbc6f607071cbb4a7f (patch)
tree53f662f4f4687bd6314ca3f9aecf93d797e81323
parent70dcfd37829397e9e1924112c4443ca6f29979c6 (diff)
downloadpkgsrc-a4a563b16abf6f811c9665fbc6f607071cbb4a7f.tar.gz
Let to only accept Python 2.4, Python 2.5 and higher include newer version.
-rw-r--r--devel/py-ctypes/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile
index 2501adc75a0..be721f69576 100644
--- a/devel/py-ctypes/Makefile
+++ b/devel/py-ctypes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/10/15 11:40:00 obache Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/28 09:12:03 obache Exp $
DISTNAME= ctypes-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 24
+
do-test:
${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py