summaryrefslogtreecommitdiff
path: root/devel/py-mercurial/Makefile.version
blob: 1c68aaffcf25fb1f4334295d8618f2c777e70123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile.version,v 1.62 2018/06/17 11:24:12 wiz Exp $

VERSION=	4.6.1

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