dev-python/txrequests: Add python@ as a maintainer

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-02-14 17:24:20 +01:00
parent 88d027efd2
commit f0d978ccab

View File

@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<maintainer>
@@ -11,9 +14,10 @@
<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.
<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.
deferred. The additional API and changes are minimal and strives
to avoid surprises.
</longdescription>
</pkgmetadata>