diff options
Diffstat (limited to 'dev-python/OutputCheck')
| -rw-r--r-- | dev-python/OutputCheck/metadata.xml | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/dev-python/OutputCheck/metadata.xml b/dev-python/OutputCheck/metadata.xml index fca69831eb6a..0891dc52ae07 100644 --- a/dev-python/OutputCheck/metadata.xml +++ b/dev-python/OutputCheck/metadata.xml @@ -1,22 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <maintainer type="person"> - <email>xgqt@gentoo.org</email> - <name>Maciej Barć</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> OutputCheck is a tool for checking the output of console programs that is inspired by the FileCheck tool used by LLVM. It has its own small language (Check Directives) for describing the expected output of a tool that is considerably more convenient and more powerful than GNU grep. </longdescription> - <upstream> - <bugs-to>https://github.com/stp/OutputCheck/issues/</bugs-to> - </upstream> - <origin>gentoo-staging</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/stp/OutputCheck/issues/</bugs-to> + <remote-id type="github">stp/OutputCheck</remote-id> + <remote-id type="pypi">OutputCheck</remote-id> + </upstream> +</pkgmetadata> |
