16 lines
451 B
Makefile
16 lines
451 B
Makefile
# $NetBSD: Makefile.version,v 1.39 2016/09/02 14:42:32 wiz Exp $
|
|
|
|
VERSION= 3.9.1
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.9
|
|
# see also https://www.mercurial-scm.org/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}" != "py27"
|
|
#PYSETUPARGS+= --c2to3
|
|
#.endif
|