aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-rfc3987/Makefile4
-rw-r--r--www/py-rfc3987/pkg-descr14
2 files changed, 9 insertions, 9 deletions
diff --git a/www/py-rfc3987/Makefile b/www/py-rfc3987/Makefile
index 1308c825c002..060b1045dc9a 100644
--- a/www/py-rfc3987/Makefile
+++ b/www/py-rfc3987/Makefile
@@ -12,8 +12,8 @@ COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
-USES= python:3.6+
-USE_PYTHON= autoplist distutils
+USES= python:3.2+
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/www/py-rfc3987/pkg-descr b/www/py-rfc3987/pkg-descr
index 1df4af6c6aa4..1b8de9593336 100644
--- a/www/py-rfc3987/pkg-descr
+++ b/www/py-rfc3987/pkg-descr
@@ -1,9 +1,9 @@
-This module provides regular expressions according to `RFC 3986 "Uniform
-Resource Identifier (URI): Generic Syntax" and `RFC 3987 "Internationalized
-Resource Identifiers (IRIs)" and utilities for composition and relative
-resolution of references.
+This module provides regular expressions according to RFC 3986 "Uniform Resource
+Identifier (URI): Generic Syntax" [1] and RFC 3987 "Internationalized Resource
+Identifiers (IRIs)" [2], and utilities for composition and relative resolution
+of references.
- * http://tools.ietf.org/html/rfc3986
- * http://tools.ietf.org/html/rfc3987
+[1] https://datatracker.ietf.org/doc/html/rfc3986
+[2] https://datatracker.ietf.org/doc/html/rfc3987
-WWW: https://pypi.org/project/rfc3987/
+WWW: https://github.com/dgerber/rfc3987