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:           Sat Aug 26 09:03:10 UTC 2023

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

Log Message:
py-rfc3987: added version 1.3.8

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.


To generate a diff of this commit:
cvs rdiff -u -r1.1733 -r1.1734 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-rfc3987/DESCR \
    pkgsrc/www/py-rfc3987/Makefile pkgsrc/www/py-rfc3987/PLIST \
    pkgsrc/www/py-rfc3987/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.1733 pkgsrc/www/Makefile:1.1734
--- pkgsrc/www/Makefile:1.1733  Wed Aug 16 05:58:59 2023
+++ pkgsrc/www/Makefile Sat Aug 26 09:03:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1733 2023/08/16 05:58:59 markd Exp $
+# $NetBSD: Makefile,v 1.1734 2023/08/26 09:03:10 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -858,6 +858,8 @@ SUBDIR+=    py-recaptcha
 SUBDIR+=       py-requests-wsgi-adapter
 SUBDIR+=       py-respx
 SUBDIR+=       py-rfc3986
+SUBDIR+=       py-rfc3986-validator
+SUBDIR+=       py-rfc3987
 SUBDIR+=       py-rjsmin
 SUBDIR+=       py-robobrowser
 SUBDIR+=       py-robot-detection

Added files:

Index: pkgsrc/www/py-rfc3987/DESCR
diff -u /dev/null pkgsrc/www/py-rfc3987/DESCR:1.1
--- /dev/null   Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/py-rfc3987/DESCR Sat Aug 26 09:03:10 2023
@@ -0,0 +1,4 @@
+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.
Index: pkgsrc/www/py-rfc3987/Makefile
diff -u /dev/null pkgsrc/www/py-rfc3987/Makefile:1.1
--- /dev/null   Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/py-rfc3987/Makefile      Sat Aug 26 09:03:10 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/08/26 09:03:10 adam Exp $
+
+DISTNAME=      rfc3987-1.3.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rfc3987/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://pypi.python.org/pypi/rfc3987
+COMMENT=       Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
+LICENSE=       gnu-gpl-v3
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-rfc3987/PLIST
diff -u /dev/null pkgsrc/www/py-rfc3987/PLIST:1.1
--- /dev/null   Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/py-rfc3987/PLIST Sat Aug 26 09:03:10 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/26 09:03:10 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rfc3987.py
+${PYSITELIB}/rfc3987.pyc
+${PYSITELIB}/rfc3987.pyo
Index: pkgsrc/www/py-rfc3987/distinfo
diff -u /dev/null pkgsrc/www/py-rfc3987/distinfo:1.1
--- /dev/null   Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/py-rfc3987/distinfo      Sat Aug 26 09:03:10 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/26 09:03:10 adam Exp $
+
+BLAKE2s (rfc3987-1.3.8.tar.gz) = 768a9b98ea45a95fbf8ca4852a734460dc2e25efc447b97a3ebd6c2a8fc764a1
+SHA512 (rfc3987-1.3.8.tar.gz) = 0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c
+Size (rfc3987-1.3.8.tar.gz) = 20700 bytes



Home | Main Index | Thread Index | Old Index