diff options
Diffstat (limited to 'dev-python/furl/metadata.xml')
-rw-r--r-- | dev-python/furl/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/furl/metadata.xml b/dev-python/furl/metadata.xml new file mode 100644 index 0000000..bdf9db0 --- /dev/null +++ b/dev-python/furl/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>Python's standard urllib and urlparse modules provide a number of URL related functions, but using these functions to perform common URL operations proves tedious. Furl makes parsing and manipulating URLs easy.</longdescription> + <upstream> + <maintainer> + <name>Ansgar Grunseid</name> + </maintainer> + <changelog>https://github.com/gruns/furl/releases</changelog> + <doc>https://github.com/gruns/furl#API</doc> + <bugs-to>https://github.com/gruns/furl/issues</bugs-to> + <remote-id type="github">gruns/furl</remote-id> + <remote-id type="pypi">furl</remote-id> + </upstream> +</pkgmetadata> |