mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-18 16:37:27 -08:00
Add the Python package for 'Test Anything Protocol (TAP) tools'. This is needed for tests of dev-python/dbus-python.
16 lines
466 B
XML
16 lines
466 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name='yaml'>Pull dependencies needed to support YAML
|
|
blocks associated with test results.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">python-tap/tappy</remote-id>
|
|
<remote-id type="pypi">tap.py</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|