2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-14 00:06:33 +03:00
Files
gentoo/dev-python/OutputCheck/metadata.xml
Maciej Barć e6b64c5d9b dev-python: add Python project as a co-maintainer to xgqt's packages
where packages have correctly working tests

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-01-24 11:07:56 +01:00

25 lines
899 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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>
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>
<remote-id type="github">stp/OutputCheck</remote-id>
<remote-id type="pypi">OutputCheck</remote-id>
</upstream>
</pkgmetadata>