svn commit: r407751 - head/security/py-m2crypto
Kubilay Kocak
koobs at FreeBSD.org
Tue Feb 2 05:22:04 UTC 2016
On 2/02/2016 6:48 AM, Sunpoet Po-Chuan Hsieh wrote:
> + %%PYTHON_SITELIBDIR%%/M2Crypto/${PYCACHE_DIR}${PYCACHE_FILE}.pyc \
> + %%PYTHON_SITELIBDIR%%/M2Crypto/${PYCACHE_DIR}${PYCACHE_FILE}.${PYOEXTENSION}
Hi Sunpoet,
This change wasn't mentioned in the commit log. Could you summarise the
rationale?
Was it to fix a bug?
Might/Do other ports need to do this too?
Might there be value in having the framework bits take care of this?
Reason I ask is, as we move toward reproducible builds and simplifying
Python packaging, having the framework take care of compilation
post-install (rather than in packaging) is a desirable target for
various reasons.
We also have an open task not to package pyc/pyo files:
https://wiki.freebsd.org/Python
[ ] Don't package (plist) or install .pyc and .pyo files. Details:
https://wiki.freebsd.org/Python/CompiledPackages
More information about the freebsd-python
mailing list