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.
This commit is contained in:
adam 2023-08-26 09:03:10 +00:00
parent 74ebd106b8
commit 9549ccd0cd
5 changed files with 41 additions and 1 deletions

View File

@ -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

4
www/py-rfc3987/DESCR Normal file
View File

@ -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.

21
www/py-rfc3987/Makefile Normal file
View File

@ -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
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"

8
www/py-rfc3987/PLIST Normal file
View File

@ -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

5
www/py-rfc3987/distinfo Normal file
View File

@ -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