pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  8 19:58:21 UTC 2020

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-rfc3986: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1421 -r1.1422 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-rfc3986/DESCR \
    pkgsrc/www/py-rfc3986/Makefile pkgsrc/www/py-rfc3986/PLIST \
    pkgsrc/www/py-rfc3986/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1421 pkgsrc/www/Makefile:1.1422
--- pkgsrc/www/Makefile:1.1421  Sun Jan  5 19:38:02 2020
+++ pkgsrc/www/Makefile Wed Jan  8 19:58:20 2020
@@ -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-python3-digest
 SUBDIR+=       py-pywebdav
 SUBDIR+=       py-raven
 SUBDIR+=       py-recaptcha
+SUBDIR+=       py-rfc3986
 SUBDIR+=       py-robobrowser
 SUBDIR+=       py-rss2gen
 SUBDIR+=       py-sanic

Added files:

Index: pkgsrc/www/py-rfc3986/DESCR
diff -u /dev/null pkgsrc/www/py-rfc3986/DESCR:1.1
--- /dev/null   Wed Jan  8 19:58:21 2020
+++ pkgsrc/www/py-rfc3986/DESCR Wed Jan  8 19:58:20 2020
@@ -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.
Index: pkgsrc/www/py-rfc3986/Makefile
diff -u /dev/null pkgsrc/www/py-rfc3986/Makefile:1.1
--- /dev/null   Wed Jan  8 19:58:21 2020
+++ pkgsrc/www/py-rfc3986/Makefile      Wed Jan  8 19:58:20 2020
@@ -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"
Index: pkgsrc/www/py-rfc3986/PLIST
diff -u /dev/null pkgsrc/www/py-rfc3986/PLIST:1.1
--- /dev/null   Wed Jan  8 19:58:21 2020
+++ pkgsrc/www/py-rfc3986/PLIST Wed Jan  8 19:58:20 2020
@@ -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
Index: pkgsrc/www/py-rfc3986/distinfo
diff -u /dev/null pkgsrc/www/py-rfc3986/distinfo:1.1
--- /dev/null   Wed Jan  8 19:58:21 2020
+++ pkgsrc/www/py-rfc3986/distinfo      Wed Jan  8 19:58:20 2020
@@ -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