git: 25107613751a - main - www/py-rfc3987: Update pkg-descr and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:46:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=25107613751aadb9d5109cacfb090b6b62802b61 commit 25107613751aadb9d5109cacfb090b6b62802b61 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:32:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:39:39 +0000 www/py-rfc3987: Update pkg-descr and WWW --- www/py-rfc3987/Makefile | 4 ++-- www/py-rfc3987/pkg-descr | 14 +++++++------- 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