15 lines
481 B
Text
15 lines
481 B
Text
# $NetBSD: Makefile.version,v 1.3 2014/05/09 07:37:02 wiz Exp $
|
|
|
|
VERSION= 3.0
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.9
|
|
# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
|
|
# 3.x support is not planned for the near future
|
|
#
|
|
# the following setup argument was requested when compiling
|
|
# for python-3.x
|
|
#.include "../../lang/python/pyversion.mk"
|
|
#
|
|
#.if ("${PYPKGPREFIX}" != "py26") && ("${PYPKGPREFIX}" != "py27")
|
|
#PYSETUPARGS+= --c2to3
|
|
#.endif
|