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
9 lines
288 B
Text
9 lines
288 B
Text
bin/sip
|
|
%%PYTHON_INCLUDEDIR%%/sip.h
|
|
%%PYTHON_SITELIBDIR%%/sip.so
|
|
%%PYTHON_SITELIBDIR%%/sipconfig.py
|
|
%%PYTHON_SITELIBDIR%%/sipconfig.pyc
|
|
%%PYTHON_SITELIBDIR%%/sipconfig.pyo
|
|
%%PYTHON_SITELIBDIR%%/sipdistutils.py
|
|
%%PYTHON_SITELIBDIR%%/sipdistutils.pyc
|
|
%%PYTHON_SITELIBDIR%%/sipdistutils.pyo
|