gentoo/dev-python/pyjade/metadata.xml
Michał Górny a60761a0c6
dev-python/pyjade: 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:49:59 +01:00

25 lines
763 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>
<name>Brian Dolbec</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<email>me@syrusakbary.com</email>
<name>Syrus Akbary</name>
</maintainer>
<remote-id type="pypi">pyjade</remote-id>
<remote-id type="github">syrusakbary/pyjade</remote-id>
</upstream>
<longdescription>PyJade is a high performance port of Jade-lang for python,
that converts any .jade source to the each Template-language (Django,
Jinja2, Mako or Tornado).
</longdescription>
</pkgmetadata>