mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/31248 Signed-off-by: Sam James <sam@gentoo.org>
18 lines
625 B
XML
18 lines
625 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mattst88@gentoo.org</email>
|
|
<name>Matt Turner</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Small add-on for the python requests http library. Makes use of python 3.2's
|
|
concurrent.futures or the backport for prior versions of python.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">ross/requests-futures</remote-id>
|
|
<remote-id type="pypi">requests-futures</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|