summaryrefslogtreecommitdiff
path: root/dev-python/PythonQt/metadata.xml
AgeCommit message (Collapse)Author
2020-12-03dev-python/PythonQt: remove last-rited packageSam James
Bug: https://bugs.gentoo.org/708700 Signed-off-by: Sam James <sam@gentoo.org>
2020-02-26dev-python/PythonQt: python3_7, EAPI 7, fix revdep, testsVladimir Pavljuchenkov (SpiderX)
1. add github reference in metadata 2. move to EAPI 7 3. add python3_7 4. add tests 5. add missed app-arch/unzip 6. don't build tests and examples 7. remove webkit USE flag Closes: https://bugs.gentoo.org/708700 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/14680 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2018-02-11dev-python/PythonQt: Remove useless maintainer <description/>Michał Górny
Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
2016-11-14dev-python/PythonQt: new ebuildVladimir Pavljuchenko (SpiderX)
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. Base for ebuild from https://github.com/SpiderX/portage-overlay/tree/master/dev-python/PythonQt Gentoo-Bug: https://bugs.gentoo.org/214331 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2634 Signed-off-by: David Seifert <soap@gentoo.org>