diff options
Diffstat (limited to 'dev-python/coverage/metadata.xml')
-rw-r--r-- | dev-python/coverage/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/coverage/metadata.xml b/dev-python/coverage/metadata.xml new file mode 100644 index 00000000000..55232d3d816 --- /dev/null +++ b/dev-python/coverage/metadata.xml @@ -0,0 +1,16 @@ +<?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> |