Doesn't support Python < 2.3.
This commit is contained in:
parent
e514cdcf5b
commit
e03c3f7264
1 changed files with 2 additions and 1 deletions
|
@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://starship.python.net/crew/theller/ctypes/
|
||||
COMMENT= Foreign Function Interface package for Python
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 24 23
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
do-test:
|
||||
|
|
Loading…
Reference in a new issue