mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 02:07:37 -08:00
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.
27 lines
971 B
XML
27 lines
971 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>
|
|
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>
|