gentoo/dev-python/u-msgpack/metadata.xml
Michał Górny e6230fba73
dev-python/u-msgpack: 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:51:15 +01:00

28 lines
985 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>vsergeev@gmail.com</email>
<name>Vanya Sergeev</name>
</maintainer>
<remote-id type="pypi">u-msgpack-python</remote-id>
<remote-id type="github">vsergeev/u-msgpack-python</remote-id>
</upstream>
<longdescription>
u-msgpack-python is a lightweight MessagePack serializer and
deserializer module written in pure Python, compatible with both Python
2 and Python 3, as well as CPython and PyPy implementations of Python.
u-msgpack-python is fully compliant with the latest MessagePack
specification. In particular, it supports the new binary, UTF-8 string,
and application-defined ext types
</longdescription>
</pkgmetadata>