python-pyqt: new package
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Sun, 19 Apr 2015 08:03:53 +0000 (10:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Apr 2015 17:19:11 +0000 (19:19 +0200)
commitecb26b1add5b4b97e86c0fb60b56bcc44576aa6f
tree21270d79794dd638522ed67159dc7b534a81d133
parent32574fe118377511c51bfea20a7bf3e2a9c0bfb2
python-pyqt: new package

[Thomas:
 - Remove dependency on python (already a dependency of python-sip),
   and add a dependency on host-python-sip, since python-sip no longer
   depends on host-python-sip.
 - Make the code Python 2 / Python 3 compatible (both have been
   tested).
 - Fix indentation all over the place.
 - Remove double quotes when defining variable values, not needed.
 - Add <pkg>_BUILD_CMDS to do the build process separately from the
   installation.
 - Create a PYTHON_PYQT_CONF_OPTS variable with all the config
   options, since some of them are now conditional.
 - Use 'compileall' to byte-compile the dummy __init__.py.]

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Cc: Sergey Kostanbaev <sergey.kostanbaev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/python-pyqt/0001-configure-skip-qtdetail.patch [new file with mode: 0644]
package/python-pyqt/0002-configure-set-qws.patch [new file with mode: 0644]
package/python-pyqt/0003-sip-add_qws.patch [new file with mode: 0644]
package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch [new file with mode: 0644]
package/python-pyqt/0005-sip-fix_qws_handle.patch [new file with mode: 0644]
package/python-pyqt/Config.in [new file with mode: 0644]
package/python-pyqt/python-pyqt.hash [new file with mode: 0644]
package/python-pyqt/python-pyqt.mk [new file with mode: 0644]