mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-30 12:07:27 -08:00
21 lines
627 B
XML
21 lines
627 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="github">pycontribs/subprocess-tee</remote-id>
|
|
<remote-id type="pypi">subprocess-tee</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="test-full">
|
|
Enable full test mode. Pulls in many additional dependencies,
|
|
and requires having been emerged without this flag first
|
|
in order to avoid a circular dependency.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|