Date: Sun, 06 Dec 2015 21:09:53 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 203734] devel/py-sip: Allow concurrent python installations Message-ID: <bug-203734-21822-YFUdBLLJXS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203734-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-203734-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=203734 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Sun Dec 6 21:09:01 UTC 2015 New revision: 403164 URL: https://svnweb.freebsd.org/changeset/ports/403164 Log: py-sip: Allow concurrent Python installations. Add USE_PYTHON=concurrent and make the necessary adjustments: - Stop setting DATADIR and DOCSDIR, they are taken care of by USE_PYTHON=concurrent. - Use Python's compileall module instead of py_compile so that Python 3 byte-code does not contain ${STAGEDIR}. - Remove %%DATADIR%% from the plist, which was generated by py_compile. PR: 203734 Changes: head/devel/py-sip/Makefile head/devel/py-sip/pkg-plist -- You are receiving this mail because: 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-203734-21822-YFUdBLLJXS>