set MODPY_VERSION=2.6 in preparation for bumping MODPY_VERSION to 2.7

in python.port.mk. this hasn't been ported to 2.7 and isn't used by anything
else, so it's either this or BROKEN, so let's do this for now.

ok rpointel@, sounds good to jasper
This commit is contained in:
sthen 2011-06-07 16:52:02 +00:00
parent 8c37ca3273
commit 4b50ac70ca

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.12 2010/08/30 22:24:15 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2011/06/07 16:52:02 sthen Exp $
ONLY_FOR_ARCHS = i386
ONLY_FOR_ARCHS = i386
SHARED_ONLY = Yes
COMMENT = extension module to speed up the execution of Python code
@ -23,6 +23,7 @@ PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=psyco/}
MODULES = lang/python
MODPY_VERSION = 2.6 # not ported to python 2.7 yet.
WRKDIST = ${WRKDIR}/psyco-${MODPY_EGG_VERSION}