mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
31469ae565
In preparation for landing PyQt5 ports, generalize devel/py-qt4's bsd.pyqt.mk and make it a proper file in Uses/. Ports wishing to depend on PyQt4 ports can now do the following: USES= pyqt:4 USE_PYQT= foo bar_build baz_run Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST and the introduction of the PYQT_SIPDIR plist substitution variable. The rest of the contents of Uses/pyqt.mk are pretty much identical to what we had in bsd.pyqt.mk with additional processing of USE_PYQT. Even though this patch touches files in many different ports, the goal is for it to be a no-op from an end-user perspective (so that the basic infrastructure is landed before the other, riskier changes): no dependencies have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists should remain exactly the same, since PYQT_SIPDIR currently contains the same value that used to be hardcoded in the plists. Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he took the initiative to work on PyQt5 and sent D2910 to Phabricator with the original version of this patch. Tobias Berner (tcberner@gmail.com) later applied it to kde@'s experimental area51 repositories and did some more work on it.
38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
%%PYTHON_SITELIBDIR%%/PyQt4/QtNetwork.so
|
|
%%PYQT_SIPDIR%%/QtNetwork/QtNetworkmod.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qabstractnetworkcache.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qabstractsocket.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qauthenticator.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qftp.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qhttp.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkaccessmanager.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfigmanager.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkreply.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworkrequest.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qnetworksession.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qssl.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslcertificate.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qsslsocket.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qtcpserver.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qtcpsocket.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qudpsocket.sip
|
|
%%PYQT_SIPDIR%%/QtNetwork/qurlinfo.sip
|
|
%%API%%share/qt4/qsci/api/python/QtNetwork.api
|