mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
We are now stabilizing it as usual, with the help of pkgcheck. Signed-off-by: Michał Górny <mgorny@gentoo.org>
18 lines
492 B
XML
18 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>
|