summaryrefslogtreecommitdiff
path: root/devel/py-mercurial/Makefile.version
blob: 5cc1be5f3f71746c0a7b8a5b99858a5b2e220acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile.version,v 1.63 2018/07/03 05:03:12 adam Exp $

VERSION=	4.6.1

PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # 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