pkgsrc/devel/py-mercurial/Makefile.version
wiz 0df3d0def5 Updated py-mercurial to 4.0.2.
This is a regularly-scheduled bugfix release.

    demandimport: do not raise ImportError for unknown item in fromlist
    posix: make poll() restart on interruption by signal (issue5452)
    hgweb: add missing slash to file log url in rss style
2017-01-16 09:05:35 +00:00

15 lines
454 B
Text

# $NetBSD: Makefile.version,v 1.44 2017/01/16 09:05:35 wiz Exp $
VERSION= 4.0.2
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 3.9
# see also https://www.mercurial-scm.org/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