Files
gentoo/dev-python/txrequests/metadata.xml
Michał Górny f0d978ccab dev-python/txrequests: Add python@ as a maintainer
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-02-14 17:24:20 +01:00

24 lines
739 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>
<maintainer>
<email>tardyp@gmail.com</email>
<name>Pierre Tardy</name>
</maintainer>
<remote-id type="pypi">txrequests</remote-id>
<remote-id type="github">tardyp/txrequests</remote-id>
</upstream>
<longdescription>
Small add-on for the python requests http library.
Makes use twisted's ThreadPool, so that the requests'API returns
deferred. The additional API and changes are minimal and strives
to avoid surprises.
</longdescription>
</pkgmetadata>