Files
gentoo/dev-python/coverage/metadata.xml
Mike Gilbert 1bfb585cc6 Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92e.

Bug: https://bugs.gentoo.org/552720
2015-08-24 16:30:34 -04:00

17 lines
619 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</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>
</upstream>
</pkgmetadata>