diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-26 02:51:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-26 02:51:34 +0800 |
commit | c70ed021a53911d1a7deea61017186871c94c2d3 (patch) | |
tree | 577b1297e0ddd7b11cd70fe6035a4f0252d34905 /www/Makefile | |
parent | 0923fecd43f2d496bcef07acc464c290b550768e (diff) | |
download | freebsd-ports-gnome-c70ed021a53911d1a7deea61017186871c94c2d3.tar.gz freebsd-ports-gnome-c70ed021a53911d1a7deea61017186871c94c2d3.tar.zst freebsd-ports-gnome-c70ed021a53911d1a7deea61017186871c94c2d3.zip |
Add py-urlman 1.2.0
Replaces things like get_absolute_url with a .urls attribute that can reference
other URLs and build sensible trees of things, and can then be accessed using
instance.urls.name.
WWW: https://github.com/andrewgodwin/urlman
PR: 239103
Submitted by: Alexander Sieg <alex@xanderio.de>
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 5448668061a1..b3d5c8a46561 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1880,6 +1880,7 @@ SUBDIR += py-unit SUBDIR += py-url SUBDIR += py-urlgrabber + SUBDIR += py-urlman SUBDIR += py-urlobject SUBDIR += py-urlwatch SUBDIR += py-user_agent |