gentoo/dev-python/pypng/metadata.xml
Michał Górny 83ea1ef5e3
dev-python/pypng: Remove useless maintainer <description/>
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.
2018-02-11 11:50:12 +01:00

23 lines
640 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<email>drj@pobox.com</email>
<name>David Jones</name>
</maintainer>
<remote-id type="pypi">pypng</remote-id>
<remote-id type="github">drj11/pypng</remote-id>
</upstream>
<longdescription>
PyPNG allows PNG image files to be read and written using pure Python.
</longdescription>
</pkgmetadata>