summaryrefslogtreecommitdiff
path: root/devel/py-mercurial/Makefile.version
blob: 2e9c6a670caccb2c6e7c87d13564c7a53f9eb478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile.version,v 1.33 2016/05/05 12:42:46 wiz Exp $

VERSION=	3.8.1

PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not yet ported as of 3.4.1
# 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}" != "py27"
#PYSETUPARGS+=	--c2to3
#.endif