dev-python/furl: new package, add 2.1.2

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2022-12-22 20:30:02 -05:00
parent 330520ad21
commit e36fcdb9ab
3 changed files with 45 additions and 0 deletions

View File

@@ -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>