Sat Jan 28 09:12:03 2012 UTC ()
Let to only accept Python 2.4, Python 2.5 and higher include newer version.


(obache)
diff -r1.7 -r1.8 pkgsrc/devel/py-ctypes/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-ctypes/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-ctypes/Attic/Makefile 2011/10/15 11:40:00 1.7
+++ pkgsrc/devel/py-ctypes/Attic/Makefile 2012/01/28 09:12:03 1.8
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2011/10/15 11:40:00 obache Exp $ 1# $NetBSD: Makefile,v 1.8 2012/01/28 09:12:03 obache Exp $
2 2
3DISTNAME= ctypes-1.0.2 3DISTNAME= ctypes-1.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctypes/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctypes/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://starship.python.net/crew/theller/ctypes/ 10HOMEPAGE= http://starship.python.net/crew/theller/ctypes/
11COMMENT= Foreign Function Interface package for Python 11COMMENT= Foreign Function Interface package for Python
12LICENSE= mit 12LICENSE= mit
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
 16PYTHON_VERSIONS_ACCEPTED= 24
 17
16do-test: 18do-test:
17 ${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py 19 ${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py
18 20
19.include "../../devel/libffi/buildlink3.mk" 21.include "../../devel/libffi/buildlink3.mk"
20.include "../../lang/python/distutils.mk" 22.include "../../lang/python/distutils.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"