summaryrefslogtreecommitdiff
path: root/devel/py-mercurial/Makefile.version
blob: 17675fcda29a2e3e9c5c9b56c655e7f0dff2f0a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile.version,v 1.70 2019/04/26 13:13:52 maya Exp $

VERSION=	4.9.1

PYTHON_VERSIONS_INCOMPATIBLE=	 36 37 # not yet ported as of 4.9.1
# see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
# and https://www.mercurial-scm.org/wiki/Python3
#
# the following setup argument was requested when compiling
# for python-3.x
#.include "../../lang/python/pyversion.mk"
#
#.if "${PYPKGPREFIX}" != "py27"
#PYSETUPARGS+=	--c2to3
#.endif