Skip to content

Commit

Permalink
www/py-rfc3987: Update pkg-descr and WWW
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 13, 2022
1 parent 73f2607 commit 2510761
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions www/py-rfc3987/Makefile
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions 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

0 comments on commit 2510761

Please sign in to comment.