summaryrefslogtreecommitdiff
path: root/devel/py-mercurial/Makefile.version
blob: 0f5c2c8f3929141c22eeb9ccd534b8856129b607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile.version,v 1.16 2015/04/03 10:09:15 wiz Exp $

VERSION=	3.3.3

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