mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
* PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714
12 lines
546 B
Text
12 lines
546 B
Text
%%PYTHON_SITELIBDIR%%/PyQt4/QtScript.so
|
|
%%PYQT_SIPDIR%%/QtScript/QtScriptmod.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptclass.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptclasspropertyiterator.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptcontext.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptcontextinfo.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptengine.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptengineagent.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptstring.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptvalue.sip
|
|
%%PYQT_SIPDIR%%/QtScript/qscriptvalueiterator.sip
|
|
%%API%%%%PYQT_APIDIR%%/api/python/QtScript.api
|