pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www py-rfc3986: added version 1.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/54c336e304da
branches: trunk
changeset: 420875:54c336e304da
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 08 19:58:20 2020 +0000
description:
py-rfc3986: added version 1.3.2
rfc3986 is a Python implementation of RFC 3986 including validation and
authority parsing. This module also supports RFC 6874 which adds support for
zone identifiers to IPv6 Addresses.
diffstat:
www/Makefile | 3 ++-
www/py-rfc3986/DESCR | 3 +++
www/py-rfc3986/Makefile | 22 ++++++++++++++++++++++
www/py-rfc3986/PLIST | 45 +++++++++++++++++++++++++++++++++++++++++++++
www/py-rfc3986/distinfo | 6 ++++++
5 files changed, 78 insertions(+), 1 deletions(-)
diffs (109 lines):
diff -r 88354dca63d4 -r 54c336e304da www/Makefile
--- a/www/Makefile Wed Jan 08 19:10:23 2020 +0000
+++ b/www/Makefile Wed Jan 08 19:58:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1421 2020/01/05 19:38:02 kim Exp $
+# $NetBSD: Makefile,v 1.1422 2020/01/08 19:58:20 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -775,6 +775,7 @@
SUBDIR+= py-pywebdav
SUBDIR+= py-raven
SUBDIR+= py-recaptcha
+SUBDIR+= py-rfc3986
SUBDIR+= py-robobrowser
SUBDIR+= py-rss2gen
SUBDIR+= py-sanic
diff -r 88354dca63d4 -r 54c336e304da www/py-rfc3986/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rfc3986/DESCR Wed Jan 08 19:58:20 2020 +0000
@@ -0,0 +1,3 @@
+rfc3986 is a Python implementation of RFC 3986 including validation and
+authority parsing. This module also supports RFC 6874 which adds support for
+zone identifiers to IPv6 Addresses.
diff -r 88354dca63d4 -r 54c336e304da www/py-rfc3986/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rfc3986/Makefile Wed Jan 08 19:58:20 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/01/08 19:58:20 adam Exp $
+
+DISTNAME= rfc3986-1.3.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://rfc3986.readthedocs.io/
+COMMENT= Validating URI References per RFC 3986
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 88354dca63d4 -r 54c336e304da www/py-rfc3986/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rfc3986/PLIST Wed Jan 08 19:58:20 2020 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/08 19:58:20 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rfc3986/__init__.py
+${PYSITELIB}/rfc3986/__init__.pyc
+${PYSITELIB}/rfc3986/__init__.pyo
+${PYSITELIB}/rfc3986/_mixin.py
+${PYSITELIB}/rfc3986/_mixin.pyc
+${PYSITELIB}/rfc3986/_mixin.pyo
+${PYSITELIB}/rfc3986/abnf_regexp.py
+${PYSITELIB}/rfc3986/abnf_regexp.pyc
+${PYSITELIB}/rfc3986/abnf_regexp.pyo
+${PYSITELIB}/rfc3986/api.py
+${PYSITELIB}/rfc3986/api.pyc
+${PYSITELIB}/rfc3986/api.pyo
+${PYSITELIB}/rfc3986/builder.py
+${PYSITELIB}/rfc3986/builder.pyc
+${PYSITELIB}/rfc3986/builder.pyo
+${PYSITELIB}/rfc3986/compat.py
+${PYSITELIB}/rfc3986/compat.pyc
+${PYSITELIB}/rfc3986/compat.pyo
+${PYSITELIB}/rfc3986/exceptions.py
+${PYSITELIB}/rfc3986/exceptions.pyc
+${PYSITELIB}/rfc3986/exceptions.pyo
+${PYSITELIB}/rfc3986/iri.py
+${PYSITELIB}/rfc3986/iri.pyc
+${PYSITELIB}/rfc3986/iri.pyo
+${PYSITELIB}/rfc3986/misc.py
+${PYSITELIB}/rfc3986/misc.pyc
+${PYSITELIB}/rfc3986/misc.pyo
+${PYSITELIB}/rfc3986/normalizers.py
+${PYSITELIB}/rfc3986/normalizers.pyc
+${PYSITELIB}/rfc3986/normalizers.pyo
+${PYSITELIB}/rfc3986/parseresult.py
+${PYSITELIB}/rfc3986/parseresult.pyc
+${PYSITELIB}/rfc3986/parseresult.pyo
+${PYSITELIB}/rfc3986/uri.py
+${PYSITELIB}/rfc3986/uri.pyc
+${PYSITELIB}/rfc3986/uri.pyo
+${PYSITELIB}/rfc3986/validators.py
+${PYSITELIB}/rfc3986/validators.pyc
+${PYSITELIB}/rfc3986/validators.pyo
diff -r 88354dca63d4 -r 54c336e304da www/py-rfc3986/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-rfc3986/distinfo Wed Jan 08 19:58:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/08 19:58:20 adam Exp $
+
+SHA1 (rfc3986-1.3.2.tar.gz) = 58afa5113e83c744f14d075e68884b7b79004d85
+RMD160 (rfc3986-1.3.2.tar.gz) = 8db83ce5e98117b8da60a35b9c9adbc34efa5bf2
+SHA512 (rfc3986-1.3.2.tar.gz) = c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15
+Size (rfc3986-1.3.2.tar.gz) = 44225 bytes
Home |
Main Index |
Thread Index |
Old Index