From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/PythonQt/Manifest | 6 + dev-python/PythonQt/PythonQt-3.1.ebuild | 88 ++++++ dev-python/PythonQt/PythonQt-9999.ebuild | 86 ++++++ .../files/PythonQt-3.1-commit-433-441.patch | 301 +++++++++++++++++++++ dev-python/PythonQt/metadata.xml | 27 ++ 5 files changed, 508 insertions(+) create mode 100644 dev-python/PythonQt/Manifest create mode 100644 dev-python/PythonQt/PythonQt-3.1.ebuild create mode 100644 dev-python/PythonQt/PythonQt-9999.ebuild create mode 100644 dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch create mode 100644 dev-python/PythonQt/metadata.xml (limited to 'dev-python/PythonQt') diff --git a/dev-python/PythonQt/Manifest b/dev-python/PythonQt/Manifest new file mode 100644 index 000000000000..3f8f1b262e56 --- /dev/null +++ b/dev-python/PythonQt/Manifest @@ -0,0 +1,6 @@ +AUX PythonQt-3.1-commit-433-441.patch 15025 SHA256 c431a1f1b3ca4866a8b94f61c101d1bb15c1daec384e80f4cc4eb19c0c7382c8 SHA512 c1cc65defa0b34df3299f6c6c2c36daa1c3e205fbbb1ee8d9a6e3a2571b58be2ea4e101a137dc867598ef289222c94f26f5142dbd2ec3fff226ddea47cf3ec59 WHIRLPOOL 988fb405eb5fb811dc01fd872f869a8bc453239faf113cacae6caf89c52bce58f9be76ba9418e30915e85b84310e13aa94bfbe4ef417c36a0591a1a82012c795 +DIST PythonQt3.1.zip 4526699 SHA256 2fcb07f6e3e63bc5299ff968b64ca35e05c3f599fe0965285ae92b2317f0f940 SHA512 b3c208e3f909ebb15d40a6e83385f03e6196a8439e39cad4f924e7b1e774edbce83680298ab032161619d1358696a0d073028860f68540aadd8028b712ae8fc1 WHIRLPOOL f21d5c44bae648a33011b30b70d4064f872d7637f89b40f8f907da33ae0bdca6812f880832e33b8f623e6a398bd5d6e7e5a9bea0df8c29efe5d96e31fbeb5d03 +EBUILD PythonQt-3.1.ebuild 1950 SHA256 ebd286874b7e5c4e937f42ff01cad0e82e961bd57fe082356bbbfa3d1d16a930 SHA512 fd3b6db4306fb00df4be264a8bcc37390cf5cbe549177c0739e6a7be89c22c66935123a98640a1dd8ed37ccbd51088a25633bbddc6b3d69a84c64cf8a9908555 WHIRLPOOL 5536906d5e6cd8e3f9d396650c98506819f3faba582282736214a53ebb6df0fe734df3face84900272c1c476b5b52aeb3427ab5798d61970208b31f7bb8a0418 +EBUILD PythonQt-9999.ebuild 1864 SHA256 cfff4dc117fb89c9b15a0555f3e99b1e64fc41fd8ab4d37b53700ec45d8870c2 SHA512 3120052842008e64193375e20573194b637161534ba8a9a08e3572b6c777c3240724e28619bd80b9d6fbed8ff7fc6efe14005b4c690f0197c811cce8ecc0bb46 WHIRLPOOL 7596e7522b3c4ebdfd93afeb58859648e95f8f00ec38c13d312682d97e80904254425304ad87ef82486faa4198675ceed92ae228c3c1a2f220eee36e0705d7f7 +MISC ChangeLog 951 SHA256 157f0f3028648ffbf574b42b823d138298dbbbd3191d475d1d0f87c58d609f19 SHA512 057cd8421f08ba88c903c04372dda95334b4f2905f6e9ad1fa72c56be6833802915701a1ba07394046ef21b24dc37a2a1a9abb45e8f16063001098c88ff67a03 WHIRLPOOL d4d0aa035792206343245df4b0c72e601bf6ad3474d56e3ff32dd50b8a952b3f6c68b8412da7ce92ed5101f7bb9e291ce12cdf6c0ac70d1161d772796af05b45 +MISC metadata.xml 1048 SHA256 2ffe88cb79279f6e76cb31860eb71d2ae10a53b5d380a79e8fc2d8bf59fa34c7 SHA512 b4cc9a0c286e86ec38cc6745a9c6f769e65226f3504eb83ce3893b50e3f31fab5e9152343515e12ffcb43a2fa051af43b6ec58f45e1aff0002c38d4db563763d WHIRLPOOL c0e0576b10184449142ff02d54884141e4062b0ffc2537f8629a0415cace0cfea3fd3239210e9c377c63089079df4afb28626d93e93afbe2541f5b50f3c7c8a6 diff --git a/dev-python/PythonQt/PythonQt-3.1.ebuild b/dev-python/PythonQt/PythonQt-3.1.ebuild new file mode 100644 index 000000000000..147196f81ea7 --- /dev/null +++ b/dev-python/PythonQt/PythonQt-3.1.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +MY_P=${PN}${PV} + +inherit qmake-utils python-single-r1 + +DESCRIPTION="A dynamic Python binding for the Qt framework" +HOMEPAGE="http://pythonqt.sourceforge.net/" +SRC_URI="mirror://sourceforge/pythonqt/pythonqt/${P}/${MY_P}.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +extensions webkit" + +RDEPEND="${PYTHON_DEPS} + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + extensions? ( + dev-qt/designer:5 + dev-qt/qtdeclarative:5[widgets] + dev-qt/qtmultimedia:5[widgets] + dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsql:5 + dev-qt/qtsvg:5 + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5 + webkit? ( dev-qt/qtwebkit:5 ) + )" +DEPEND="${RDEPEND} + dev-qt/qtxml:5 + virtual/pkgconfig + doc? ( app-doc/doxygen )" + +S="${WORKDIR}/${MY_P}" + +REQUIRED_USE="webkit? ( extensions ) ${PYTHON_REQUIRED_USE}" + +# Bring uitools back, backport other fixes from trunk +PATCHES=( "${FILESDIR}/${P}-commit-433-441.patch" ) + +src_prepare() { + default + + if ! use extensions ; then + sed -i '/SUBDIRS/s/extensions//' PythonQt.pro || die "sed for extensions" + fi + if ! use webkit ; then + # Remove webkit support if not used + sed -i '/qtHaveModule(webkit):CONFIG += PythonQtWebKit/d' \ + extensions/PythonQt_QtAll/PythonQt_QtAll.pro \ + || die "sed for webkit" + fi + + # Unset python version to use python-config + sed -i "/unix:PYTHON_VERSION=/s/2.7//" build/python.prf \ + || die "sed for python version" +} + +src_configure() { + eqmake5 PREFIX="${ED%/}"/usr +} + +src_install() { + einstalldocs + + # Includes + insinto /usr/include/PythonQt + doins -r src/*.h + insinto /usr/include/PythonQt/gui + doins -r src/gui/*.h + + if use extensions ; then + insinto /usr/include/PythonQt/extensions/PythonQt_QtAll + doins -r extensions/PythonQt_QtAll/*.h + fi + + # Libraries + dolib.so lib/libPythonQt* +} diff --git a/dev-python/PythonQt/PythonQt-9999.ebuild b/dev-python/PythonQt/PythonQt-9999.ebuild new file mode 100644 index 000000000000..78f9df35233f --- /dev/null +++ b/dev-python/PythonQt/PythonQt-9999.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +MY_P=${PN}${PV} + +inherit qmake-utils python-single-r1 subversion + +DESCRIPTION="A dynamic Python binding for the Qt framework" +HOMEPAGE="http://pythonqt.sourceforge.net/" +SRC_URI="" +ESVN_REPO_URI="https://pythonqt.svn.sourceforge.net/svnroot/pythonqt/trunk" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="" +IUSE="doc +extensions webkit" + +RDEPEND="${PYTHON_DEPS} + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + extensions? ( + dev-qt/designer:5 + dev-qt/qtdeclarative:5[widgets] + dev-qt/qtmultimedia:5[widgets] + dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsql:5 + dev-qt/qtsvg:5 + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5 + webkit? ( dev-qt/qtwebkit:5 ) + )" +DEPEND="${RDEPEND} + dev-qt/qtxml:5 + virtual/pkgconfig + doc? ( app-doc/doxygen )" + +S="${WORKDIR}/${MY_P}" + +REQUIRED_USE="webkit? ( extensions ) ${PYTHON_REQUIRED_USE}" + +src_prepare() { + default + + if ! use extensions ; then + sed -i '/SUBDIRS/s/extensions//' PythonQt.pro || die "sed for extensions" + fi + if ! use webkit ; then + # Remove webkit support if not used + sed -i '/qtHaveModule(webkit):CONFIG += PythonQtWebKit/d' \ + extensions/PythonQt_QtAll/PythonQt_QtAll.pro \ + || die "sed for webkit" + fi + + # Unset python version to use python-config + sed -i "/unix:PYTHON_VERSION=/s/2.7//" build/python.prf \ + || die "sed for python version" +} + +src_configure() { + eqmake5 PREFIX="${ED%/}"/usr +} + +src_install() { + einstalldocs + + # Includes + insinto /usr/include/PythonQt + doins -r src/*.h + insinto /usr/include/PythonQt/gui + doins -r src/gui/*.h + + if use extensions ; then + insinto /usr/include/PythonQt/extensions/PythonQt_QtAll + doins -r extensions/PythonQt_QtAll/*.h + fi + + # Libraries + dolib.so lib/libPythonQt* +} diff --git a/dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch b/dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch new file mode 100644 index 000000000000..90d3cb9d2ec9 --- /dev/null +++ b/dev-python/PythonQt/files/PythonQt-3.1-commit-433-441.patch @@ -0,0 +1,301 @@ +diff -uprNEBZ --suppress-blank-empty a/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp b/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp +--- a/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp 2016-06-09 06:46:16.000000000 -0500 ++++ b/extensions/PythonQt_QtAll/PythonQt_QtAll.cpp 2016-07-25 06:06:45.000000000 -0500 +@@ -45,6 +45,7 @@ void PythonQt_init_QtXmlPatterns(PyObjec + void PythonQt_init_QtMultimedia(PyObject*); + void PythonQt_init_QtQml(PyObject*); + void PythonQt_init_QtQuick(PyObject*); ++void PythonQt_init_QtUiTools(PyObject*); + + #ifdef PYTHONQT_WITH_WEBKIT + void PythonQt_init_QtWebKit(PyObject*); +@@ -67,6 +68,7 @@ namespace PythonQt_QtAll + PythonQt_init_QtMultimedia(0); + PythonQt_init_QtQml(0); + PythonQt_init_QtQuick(0); ++ PythonQt_init_QtUiTools(0); + }; + }; + +diff -uprNEBZ --suppress-blank-empty a/extensions/PythonQt_QtAll/PythonQt_QtAll.pro b/extensions/PythonQt_QtAll/PythonQt_QtAll.pro +--- a/extensions/PythonQt_QtAll/PythonQt_QtAll.pro 2016-06-09 07:00:18.000000000 -0500 ++++ b/extensions/PythonQt_QtAll/PythonQt_QtAll.pro 2016-07-25 06:06:45.000000000 -0500 +@@ -21,7 +21,7 @@ SOURCES += \ + + QT += gui svg sql network xml xmlpatterns opengl + QT += widgets printsupport multimedia multimediawidgets +-QT += quick qml quickwidgets ++QT += quick qml quickwidgets uitools + + include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_core/com_trolltech_qt_core.pri) + include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_gui/com_trolltech_qt_gui.pri) +@@ -34,6 +34,7 @@ include ($$PYTHONQT_GENERATED_PATH/com_t + include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_multimedia/com_trolltech_qt_multimedia.pri) + include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_qml/com_trolltech_qt_qml.pri) + include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_quick/com_trolltech_qt_quick.pri) ++include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_uitools/com_trolltech_qt_uitools.pri) + + PythonQtWebKit { + QT += webkit webkitwidgets +diff -uprNEBZ --suppress-blank-empty a/generator/abstractmetalang.cpp b/generator/abstractmetalang.cpp +--- a/generator/abstractmetalang.cpp 2015-06-18 08:32:57.000000000 -0500 ++++ b/generator/abstractmetalang.cpp 2016-08-03 02:16:08.000000000 -0500 +@@ -838,14 +838,24 @@ AbstractMetaFunctionList AbstractMetaCla + return returned; + } + +-bool AbstractMetaClass::hasDefaultIsNull() const ++QString AbstractMetaClass::getDefaultNonZeroFunction() const + { ++ foreach(const AbstractMetaFunction* fun, queryFunctionsByName("isEmpty")) { ++ if (fun->actualMinimumArgumentCount()==0 && fun->isPublic()) { ++ return "isEmpty"; ++ } ++ } ++ foreach(const AbstractMetaFunction* fun, queryFunctionsByName("isValid")) { ++ if (fun->actualMinimumArgumentCount() == 0 && fun->isPublic()) { ++ return "isValid"; ++ } ++ } + foreach(const AbstractMetaFunction* fun, queryFunctionsByName("isNull")) { +- if (fun->actualMinimumArgumentCount()==0) { +- return true; ++ if (fun->actualMinimumArgumentCount() == 0 && fun->isPublic()) { ++ return "isNull"; + } + } +- return false; ++ return QString(); + } + + /******************************************************************************* +diff -uprNEBZ --suppress-blank-empty a/generator/abstractmetalang.h b/generator/abstractmetalang.h +--- a/generator/abstractmetalang.h 2014-09-25 05:51:32.000000000 -0500 ++++ b/generator/abstractmetalang.h 2016-08-01 04:12:32.000000000 -0500 +@@ -800,7 +800,8 @@ public: + void setHasCloneOperator(bool on) { m_has_clone_operator = on; } + bool hasCloneOperator() const { return m_has_clone_operator; } + +- bool hasDefaultIsNull() const; ++ QString getDefaultNonZeroFunction() const; ++ + void addPropertySpec(QPropertySpec *spec) { m_property_specs << spec; } + QList propertySpecs() const { return m_property_specs; } + +diff -uprNEBZ --suppress-blank-empty a/generator/merge.sh b/generator/merge.sh +--- a/generator/merge.sh 1969-12-31 18:00:00.000000000 -0600 ++++ b/generator/merge.sh 2010-03-05 16:03:37.000000000 -0600 +@@ -0,0 +1,11 @@ ++#!/bin/sh ++ ++xsltproc -o typesystem_core.xml --stringparam source 'typesystem_core-qtscript.xml' merge.xsl typesystem_core-common.xml ++xsltproc -o typesystem_gui.xml --stringparam source 'typesystem_gui-qtscript.xml' merge.xsl typesystem_gui-common.xml ++xsltproc -o typesystem_opengl.xml --stringparam source 'typesystem_opengl-qtscript.xml' merge.xsl typesystem_opengl-common.xml ++xsltproc -o typesystem_network.xml --stringparam source 'typesystem_network-qtscript.xml' merge.xsl typesystem_network-common.xml ++xsltproc -o typesystem_xml.xml --stringparam source 'typesystem_xml-qtscript.xml' merge.xsl typesystem_xml-common.xml ++xsltproc -o typesystem_webkit.xml --stringparam source 'typesystem_webkit-qtscript.xml' merge.xsl typesystem_webkit-common.xml ++xsltproc -o typesystem_sql.xml --stringparam source 'typesystem_sql-qtscript.xml' merge.xsl typesystem_sql-common.xml ++xsltproc -o typesystem_svg.xml --stringparam source 'typesystem_svg-qtscript.xml' merge.xsl typesystem_svg-common.xml ++xsltproc -o typesystem_xmlpatterns.xml --stringparam source 'typesystem_xmlpatterns-qtscript.xml' merge.xsl typesystem_xmlpatterns-common.xml +\ No newline at end of file +diff -uprNEBZ --suppress-blank-empty a/generator/setupgenerator.cpp b/generator/setupgenerator.cpp +--- a/generator/setupgenerator.cpp 2016-05-03 04:25:38.000000000 -0500 ++++ b/generator/setupgenerator.cpp 2016-08-01 04:12:32.000000000 -0500 +@@ -105,7 +105,7 @@ static QStringList getOperatorCodes(cons + r.insert("PythonQt::Type_InplaceXor"); + } + } +- if (cls->hasDefaultIsNull()) { ++ if (!cls->getDefaultNonZeroFunction().isEmpty()) { + r.insert("PythonQt::Type_NonZero"); + } + +diff -uprNEBZ --suppress-blank-empty a/generator/shellheadergenerator.cpp b/generator/shellheadergenerator.cpp +--- a/generator/shellheadergenerator.cpp 2016-05-10 10:01:30.000000000 -0500 ++++ b/generator/shellheadergenerator.cpp 2016-08-09 07:20:29.000000000 -0500 +@@ -267,7 +267,11 @@ void ShellHeaderGenerator::write(QTextSt + QList flags; + foreach(AbstractMetaEnum* enum1, enums1) { + // catch gadgets and enums that are not exported on QObjects... +- if ((enum1->wasProtected() || enum1->wasPublic()) && (!meta_class->isQObject() || !enum1->hasQEnumsDeclaration())) { ++ // since we don't parse Q_FLAG(S), we also need to generate for Q_ENUM which might ++ // have a missing Q_FLAG(S) declaration. ++ if ((enum1->wasProtected() || enum1->wasPublic()) && ++ (!meta_class->isQObject() || !enum1->hasQEnumsDeclaration() || enum1->typeEntry()->flags())) ++ { + enums << enum1; + if (enum1->typeEntry()->flags()) { + flags << enum1->typeEntry()->flags(); +@@ -395,8 +399,13 @@ void ShellHeaderGenerator::write(QTextSt + if (meta_class->hasDefaultToStringFunction() || meta_class->hasToStringCapability()) { + s << " QString py_toString(" << meta_class->qualifiedCppName() << "*);" << endl; + } +- if (meta_class->hasDefaultIsNull()) { +- s << " bool __nonzero__(" << meta_class->qualifiedCppName() << "* obj) { return !obj->isNull(); }" << endl; ++ QString nonZeroFunc = meta_class->getDefaultNonZeroFunction(); ++ if (!nonZeroFunc.isEmpty()) { ++ s << " bool __nonzero__(" << meta_class->qualifiedCppName() << "* obj) { return "; ++ if (nonZeroFunc != "isValid") { ++ s << "!"; ++ } ++ s << "obj->" << nonZeroFunc << "(); }" << endl; + } + + AbstractMetaFieldList fields = meta_class->fields(); +diff -uprNEBZ --suppress-blank-empty a/generator/typesystem_core.xml b/generator/typesystem_core.xml +--- a/generator/typesystem_core.xml 2016-05-30 07:33:59.000000000 -0500 ++++ b/generator/typesystem_core.xml 2016-06-13 04:54:38.000000000 -0500 +@@ -550,6 +550,8 @@ + + + ++ ++ + + + +diff -uprNEBZ --suppress-blank-empty a/generator/typesystem_gui.xml b/generator/typesystem_gui.xml +--- a/generator/typesystem_gui.xml 2016-06-01 03:20:27.000000000 -0500 ++++ b/generator/typesystem_gui.xml 2016-06-20 04:58:59.000000000 -0500 +@@ -1307,6 +1307,17 @@ PyObject* constScanLine(QImage* image, i + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + +diff -uprNEBZ --suppress-blank-empty a/src/PythonQtConversion.cpp b/src/PythonQtConversion.cpp +--- a/src/PythonQtConversion.cpp 2016-06-02 07:30:53.000000000 -0500 ++++ b/src/PythonQtConversion.cpp 2016-07-21 08:36:40.000000000 -0500 +@@ -746,9 +746,14 @@ QString PythonQtConv::PyObjGetRepresenta + QString PythonQtConv::PyObjGetString(PyObject* val, bool strict, bool& ok) { + QString r; + ok = true; ++#ifndef PY3K ++ // in Python 3, we don't want to convert to QString, since we don't know anything about the encoding ++ // in Python 2, we assume the default for str is latin-1 + if (val->ob_type == &PyBytes_Type) { +- r = QString(PyBytes_AS_STRING(val)); +- } else if (PyUnicode_Check(val)) { ++ r = QString::fromLatin1(PyBytes_AS_STRING(val)); ++ } else ++#endif ++ if (PyUnicode_Check(val)) { + #ifdef PY3K + r = QString::fromUtf8(PyUnicode_AsUTF8(val)); + #else +@@ -976,8 +981,15 @@ QVariant PythonQtConv::PyObjToQVariant(P + #endif + ) { + // no special type requested +- if (PyBytes_Check(val) || PyUnicode_Check(val)) { +- // NOTE: for compatibility reasons between Python 2/3 we don't use ByteArray for PyBytes_Type ++ if (PyBytes_Check(val)) { ++#ifdef PY3K ++ // In Python 3, it is a ByteArray ++ type = QVariant::ByteArray; ++#else ++ // In Python 2, we need to use String, since it might be a string ++ type = QVariant::String; ++#endif ++ } else if (PyUnicode_Check(val)) { + type = QVariant::String; + } else if (val == Py_False || val == Py_True) { + type = QVariant::Bool; +@@ -1117,6 +1129,14 @@ QVariant PythonQtConv::PyObjToQVariant(P + } + + case QVariant::ByteArray: ++ { ++ bool ok; ++#ifdef PY3K ++ v = QVariant(PyObjGetBytes(val, false, ok)); ++#else ++ v = QVariant(PyObjGetString(val, false, ok)); ++#endif ++ } + case QVariant::String: + { + bool ok; +@@ -1504,7 +1524,7 @@ QByteArray PythonQtConv::getCPPTypeName( + bool PythonQtConv::isStringType(PyTypeObject* type) + { + #ifdef PY3K +- return type == &PyUnicode_Type ++ return type == &PyUnicode_Type; + #else + return type == &PyUnicode_Type || type == &PyString_Type; + #endif +diff -uprNEBZ --suppress-blank-empty a/src/PythonQt.cpp b/src/PythonQt.cpp +--- a/src/PythonQt.cpp 2016-05-23 02:31:11.000000000 -0500 ++++ b/src/PythonQt.cpp 2016-06-20 03:26:33.000000000 -0500 +@@ -1977,6 +1977,7 @@ void PythonQtPrivate::buildDynamicMetaOb + // Now look for slots: (this is a bug in QMetaObjectBuilder, all signals need to be added first) + while (PyDict_Next(dict, &pos, &key, &value)) { + if (PythonQtProperty_Check(value)) { ++ needsMetaObject = true; + PythonQtProperty* prop = (PythonQtProperty*)value; + QMetaPropertyBuilder newProp = builder.addProperty(PyString_AsString(key), prop->data->cppType); + newProp.setReadable(true); +diff -uprNEBZ --suppress-blank-empty a/src/PythonQtSlotDecorator.cpp b/src/PythonQtSlotDecorator.cpp +--- a/src/PythonQtSlotDecorator.cpp 2016-05-19 10:22:41.000000000 -0500 ++++ b/src/PythonQtSlotDecorator.cpp 2016-07-21 08:36:40.000000000 -0500 +@@ -42,9 +42,9 @@ int PythonQtSlotDecorator_init(PyObject + char* argName = 0; + PyObject* argResult = 0; + +- static char* kwlist[] = {"name", "result", 0}; ++ static const char* kwlist[] = {"name", "result", 0}; + static PyObject* emptyTuple = PyTuple_New(0); +- if (!PyArg_ParseTupleAndKeywords(emptyTuple, kw, "|sO:QtCore.Slot", kwlist, &argName, &argResult)) { ++ if (!PyArg_ParseTupleAndKeywords(emptyTuple, kw, "|sO:QtCore.Slot", (char**) kwlist, &argName, &argResult)) { + return 0; + } + +diff -uprNEBZ --suppress-blank-empty a/src/PythonQtStdDecorators.cpp b/src/PythonQtStdDecorators.cpp +--- a/src/PythonQtStdDecorators.cpp 2016-06-06 06:45:45.000000000 -0500 ++++ b/src/PythonQtStdDecorators.cpp 2016-06-20 03:26:33.000000000 -0500 +@@ -153,12 +153,12 @@ QVariant PythonQtStdDecorators::property + return o->property(name); + } + +-QString PythonQtStdDecorators::tr(QObject* obj, const QByteArray& text, const QByteArray& ambig, int n) ++QString PythonQtStdDecorators::tr(QObject* obj, const QString& text, const QString& ambig, int n) + { + #if( QT_VERSION >= QT_VERSION_CHECK(5,0,0) ) +- return QCoreApplication::translate(obj->metaObject()->className(), text.constData(), ambig.constData(), n); ++ return QCoreApplication::translate(obj->metaObject()->className(), text.toUtf8().constData(), ambig.toUtf8().constData(), n); + #else +- return QCoreApplication::translate(obj->metaObject()->className(), text.constData(), ambig.constData(), QCoreApplication::CodecForTr, n); ++ return QCoreApplication::translate(obj->metaObject()->className(), text.toUtf8().constData(), ambig.toUtf8().constData(), QCoreApplication::CodecForTr, n); + #endif + } + +diff -uprNEBZ --suppress-blank-empty a/src/PythonQtStdDecorators.h b/src/PythonQtStdDecorators.h +--- a/src/PythonQtStdDecorators.h 2016-06-06 06:45:45.000000000 -0500 ++++ b/src/PythonQtStdDecorators.h 2016-06-20 03:26:33.000000000 -0500 +@@ -106,10 +106,10 @@ public Q_SLOTS: + int static_Qt_qrand() { return qrand(); } + void static_Qt_qsrand(uint a) { qsrand(a); } + +- QString tr(QObject* obj, const QByteArray& text, const QByteArray& ambig = QByteArray(), int n = -1); ++ QString tr(QObject* obj, const QString& text, const QString& ambig = QString(), int n = -1); + +- QByteArray static_Qt_SIGNAL(const QByteArray& s) { return QByteArray("2") + s; } +- QByteArray static_Qt_SLOT(const QByteArray& s) { return QByteArray("1") + s; } ++ QString static_Qt_SIGNAL(const QString& s) { return QString("2") + s; } ++ QString static_Qt_SLOT(const QString& s) { return QString("1") + s; } + + void static_QTimer_singleShot(int msec, PyObject* callable); + diff --git a/dev-python/PythonQt/metadata.xml b/dev-python/PythonQt/metadata.xml new file mode 100644 index 000000000000..7176d61f5f48 --- /dev/null +++ b/dev-python/PythonQt/metadata.xml @@ -0,0 +1,27 @@ + + + + + spiderx@spiderx.dp.ua + Vladimir Pavljuchenkov + Proxied maintainer; set to assignee in all bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + +PythonQt is a dynamic Python binding for the Qt framework. +It offers an easy way to embed the Python scripting language into your C++ Qt applications. +The focus of PythonQt is on embedding Python into an existing C++ application, +not on writing the whole application completely in Python. + + + Install extensions + + + https://sourceforge.net/p/pythonqt/news/ + http://pythonqt.sourceforge.net/index.html + pythonqt + + -- cgit v1.2.3