mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-15 03:27:39 -08:00
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>
27 lines
921 B
XML
27 lines
921 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>spiderx@spiderx.dp.ua</email>
|
|
<name>Vladimir Pavljuchenkov</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
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.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="extensions">Install extensions</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">MeVisLab/pythonqt</remote-id>
|
|
<remote-id type="sourceforge">pythonqt</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|