pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ctypes Doesn't support Python < 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1768f7a74b5d
branches:  trunk
changeset: 522297:1768f7a74b5d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 17:45:35 2006 +0000

description:
Doesn't support Python < 2.3.

diffstat:

 devel/py-ctypes/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9fcb5a47d74e -r 1768f7a74b5d devel/py-ctypes/Makefile
--- a/devel/py-ctypes/Makefile  Wed Dec 06 17:43:27 2006 +0000
+++ b/devel/py-ctypes/Makefile  Wed Dec 06 17:45:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/10/17 16:46:49 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2006/12/06 17:45:35 joerg Exp $
 
 DISTNAME=      ctypes-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://starship.python.net/crew/theller/ctypes/
 COMMENT=       Foreign Function Interface package for Python
 
+PYTHON_VERSIONS_ACCEPTED=      24 23
 PYDISTUTILSPKG=        yes
 
 do-test:



Home | Main Index | Thread Index | Old Index