mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-11 03:57:28 -08:00
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>
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
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>
|
|
<description>Proxied maintainer; set to assignee in all bugs</description>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
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>
|
|
<changelog>https://sourceforge.net/p/pythonqt/news/</changelog>
|
|
<doc>http://pythonqt.sourceforge.net/index.html</doc>
|
|
<remote-id type="sourceforge">pythonqt</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|