pkgsrc/devel/py-mercurial/Makefile.version
wiz 91fd769cb2 Updated mercurial to 3.5.1:
Regularly-scheduled bugfix release.

    convert: fix git copy file content conversions
    filesets: ignore unit case in size() predicate for single value
    help: fix typo familar -> familiar
    help: fix typo in scripting documentation
    hg: avoid auto sharing when the clone destination is remote
    hgweb: fix trust of templates path (BC)
    histedit: backout ebb5bb9bc32e
    largefiles: ensure lfutil.getstandinmatcher() only matches standins
    match: fix a case-only rename + explicit path commit on icasefs (issue4768)
    parsers: fix memory leak in compute_phases_map_sets
    rebase: lock the repo during the full rebase operation
    revset: prevent crash caused by empty group expression while optimizing "and"
    revset: prevent crash caused by empty group expression while optimizing "or"
    strip: use the 'finally: tr.release' pattern during stripping
    update: wlock the repo for the whole 'hg update' command
    wix: avoid an abort with 'hg help -k foo'
2015-09-02 16:52:37 +00:00

15 lines
452 B
Text

# $NetBSD: Makefile.version,v 1.22 2015/09/02 16:52:37 wiz Exp $
VERSION= 3.5.1
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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