https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203734
--- Comment #6 from commit-h...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"