mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-30 00:07:48 +03:00
We are now stabilizing it as usual, with the help of pkgcheck. Signed-off-by: Michał Górny <mgorny@gentoo.org>
19 lines
492 B
XML
19 lines
492 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="pypi">hypothesis</remote-id>
|
|
<remote-id type="github">HypothesisWorks/hypothesis</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="cli">
|
|
Install a CLI tool used to write tests.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|