diff options
Diffstat (limited to 'dev-python/hunter')
| -rw-r--r-- | dev-python/hunter/metadata.xml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/dev-python/hunter/metadata.xml b/dev-python/hunter/metadata.xml index c0ae1463675d..6f10fbdc7874 100644 --- a/dev-python/hunter/metadata.xml +++ b/dev-python/hunter/metadata.xml @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> - +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> Hunter is a flexible code tracing toolkit, not for measuring coverage, but for debugging, logging, inspection and other nefarious purposes. It has a simple Python API, a convenient terminal API and a CLI tool to attach to processes. Design notes @@ -66,8 +65,6 @@ From the other perspective, you'd be wondering if you could use Hunter to measur In other words, filtering events is the main selling point of Hunter - it's fast (cython implementation) and the query API is flexible enough. </longdescription> - <upstream> - <remote-id type="github">ionelmc/python-hunter</remote-id> - <remote-id type="pypi">hunter</remote-id> - </upstream> -</pkgmetadata> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
