gentoo/dev-python/coverage/metadata.xml
Sam James a60d15fe94
dev-python/coverage: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-19 16:40:58 +00:00

21 lines
771 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">Coverage.py is a Python module that measures code coverage during Python
execution. It uses the code analysis tools and tracing hooks provided in the
Python standard library to determine which lines are executable, and which have
been executed.</longdescription>
<upstream>
<remote-id type="pypi">coverage</remote-id>
<remote-id type="github">nedbat/coveragepy</remote-id>
</upstream>
</pkgmetadata>