diff options
author | miwi <miwi@FreeBSD.org> | 2018-07-28 20:04:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2018-07-28 20:04:22 +0800 |
commit | d90bf6821be7e6e88f9df127212fe4a3e812b5bd (patch) | |
tree | c28b59d2ea83e7c6a34451b62c533ead86ebd597 /www/Makefile | |
parent | 38645d6389c6923f3e986933c1070f43d2ff1228 (diff) | |
download | freebsd-ports-gnome-d90bf6821be7e6e88f9df127212fe4a3e812b5bd.tar.gz freebsd-ports-gnome-d90bf6821be7e6e88f9df127212fe4a3e812b5bd.tar.zst freebsd-ports-gnome-d90bf6821be7e6e88f9df127212fe4a3e812b5bd.zip |
py-url provides helper functions for parsing, sanitizing and normalizing URLs.
This includes support for escaping, unescaping, punycoding, unpunycoding,
cleaning parameter and query strings and a little more sanitization.
WWW: https://github.com/seomoz/url-py
PR: 229440
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 69d2c743aaee..47be780b74a6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1878,6 +1878,7 @@ SUBDIR += py-txrequests SUBDIR += py-uliweb SUBDIR += py-unit + SUBDIR += py-url SUBDIR += py-urlgrabber SUBDIR += py-urlobject SUBDIR += py-user_agent |