blob: 0a878536db013f34702a3dc78dc745c6d84c23ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gyakovlev@gentoo.org</email>
<name>Georgy Yakovlev</name>
</maintainer>
<longdescription lang="en">
Adds PKCS#12 support to the Python requests library in a clean way, without monkey patching or temporary files.
</longdescription>
<upstream>
<remote-id type="github">m-click/requests_pkcs12</remote-id>
<remote-id type="pypi">requests-pkcs12</remote-id>
</upstream>
</pkgmetadata>
|