mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
22 lines
692 B
XML
22 lines
692 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>kangie@gentoo.org</email>
|
|
<name>Matt Jolly</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<longdescription>
|
|
A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs,
|
|
with a simple, concise and flexible YAML-based syntax.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">taverntesting/tavern</remote-id>
|
|
<remote-id type="pypi">tavern</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|