blob: 0377fc3ce650e7a7ee40d27730115fc616523750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.version,v 1.46 2017/03/03 10:24:05 wiz Exp $
VERSION= 4.1.1
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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
|