Louis Sautier 30f5fe0ece
dev-python/semantic_version: add GitHub info to metadata.xml
Package-Manager: Portage-2.3.41, Repoman-2.3.9
2018-07-05 21:00:24 +02:00

21 lines
794 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
This small python library provides a few tools to handle SemVer in Python. It follows strictly the 2.0.0 version of the SemVer scheme.
</longdescription>
<upstream>
<remote-id type="pypi">semantic_version</remote-id>
<remote-id type="github">rbarrois/python-semanticversion</remote-id>
<bugs-to>https://github.com/rbarrois/python-semanticversion/issues</bugs-to>
</upstream>
</pkgmetadata>