Date: Mon, 30 Dec 2019 12:24:38 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 242463] devel/mercurial: Update to 5.2.1 Message-ID: <bug-242463-21822-xohTfNpnOC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242463-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-242463-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242463 --- Comment #3 from Peter Wullinger <freebsd@dhke.de> --- Created attachment 210328 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210328&action= =3Dedit Python 3 support Add (flavored) Python 3 support. - replace USES=3Dpython:2.7 by USES=3Dpython. This enables flavoured builds= . Both Python 2 and Python 3 versions build successfully. - add USE_PYTHON=3Dautoplist. The current fixed plist breaks because of Pyt= hon 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.=20 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. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242463-21822-xohTfNpnOC>