[Bug 242463] devel/mercurial: Update to 5.2.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 30 12:24:39 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463
--- Comment #3 from Peter Wullinger <freebsd at dhke.de> ---
Created attachment 210328
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210328&action=edit
Python 3 support
Add (flavored) Python 3 support.
- replace USES=python:2.7 by USES=python. This enables flavoured builds. Both
Python 2 and Python 3 versions build successfully.
- add USE_PYTHON=autoplist. The current fixed plist breaks because of Python 3
compiled file locations (__pycache__)
- remove plist entries that get autogenerated by autoplist
CAVEATS:
The mercurial port does not have a flavor prefix, so the py3, py2 packages
don't get a different name.
This may have to to change, since we might need both versions for the time
being. I'm not sure what the implications of a rename to py-mercurial would be.
The Python 3 version seems to work as expected (modify, commit, clone, etc.). I
have not done any more complex testing.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-python
mailing list