Maciej Barć 26f0907c36
dev-python/OutputCheck: new package; add version 0.4.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-10-06 16:27:35 +02:00

21 lines
792 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>
<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>