diff options
Diffstat (limited to 'dev-python/requestsexceptions/metadata.xml')
-rw-r--r-- | dev-python/requestsexceptions/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/requestsexceptions/metadata.xml b/dev-python/requestsexceptions/metadata.xml new file mode 100644 index 000000000000..0b67aa27ba14 --- /dev/null +++ b/dev-python/requestsexceptions/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. + </longdescription> +</pkgmetadata> |