Sat Aug 5 08:08:47 2023 UTC ()
py-referencing: added version 0.30.1

An implementation-agnostic implementation of JSON reference
resolution.

In other words, a way for e.g. JSON Schema tooling to resolve the
$ref keyword across all drafts without needing to implement
support themselves.


(adam)
diff -r1.1414 -r1.1415 pkgsrc/textproc/Makefile
diff -r0 -r1.1 pkgsrc/textproc/py-referencing/DESCR
diff -r0 -r1.1 pkgsrc/textproc/py-referencing/Makefile
diff -r0 -r1.1 pkgsrc/textproc/py-referencing/PLIST
diff -r0 -r1.1 pkgsrc/textproc/py-referencing/distinfo

cvs diff -r1.1414 -r1.1415 pkgsrc/textproc/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/Makefile 2023/08/03 18:41:24 1.1414
+++ pkgsrc/textproc/Makefile 2023/08/05 08:08:47 1.1415
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1414 2023/08/03 18:41:24 pin Exp $ 1# $NetBSD: Makefile,v 1.1415 2023/08/05 08:08:47 adam Exp $
2# 2#
3 3
4COMMENT= Text processing utilities (does not include desktop publishing) 4COMMENT= Text processing utilities (does not include desktop publishing)
5 5
6SUBDIR+= CRF++ 6SUBDIR+= CRF++
7SUBDIR+= DWB 7SUBDIR+= DWB
8SUBDIR+= FlightCrew 8SUBDIR+= FlightCrew
9SUBDIR+= GutenMark 9SUBDIR+= GutenMark
10SUBDIR+= GutenMark-words 10SUBDIR+= GutenMark-words
11SUBDIR+= LDoc 11SUBDIR+= LDoc
12SUBDIR+= Markdown 12SUBDIR+= Markdown
13SUBDIR+= PEGTL 13SUBDIR+= PEGTL
14SUBDIR+= R-DT 14SUBDIR+= R-DT
@@ -1124,26 +1124,27 @@ SUBDIR+= py-pygccxml @@ -1124,26 +1124,27 @@ SUBDIR+= py-pygccxml
1124SUBDIR+= py-pygments 1124SUBDIR+= py-pygments
1125SUBDIR+= py-pylev 1125SUBDIR+= py-pylev
1126SUBDIR+= py-pyphen 1126SUBDIR+= py-pyphen
1127SUBDIR+= py-pyquery 1127SUBDIR+= py-pyquery
1128SUBDIR+= py-pysrt 1128SUBDIR+= py-pysrt
1129SUBDIR+= py-pytoml 1129SUBDIR+= py-pytoml
1130SUBDIR+= py-pyyaml_env_tag 1130SUBDIR+= py-pyyaml_env_tag
1131SUBDIR+= py-ramlfications 1131SUBDIR+= py-ramlfications
1132SUBDIR+= py-rapidfuzz 1132SUBDIR+= py-rapidfuzz
1133SUBDIR+= py-rapidjson 1133SUBDIR+= py-rapidjson
1134SUBDIR+= py-rdflib 1134SUBDIR+= py-rdflib
1135SUBDIR+= py-readme_renderer 1135SUBDIR+= py-readme_renderer
1136SUBDIR+= py-rebulk 1136SUBDIR+= py-rebulk
 1137SUBDIR+= py-referencing
1137SUBDIR+= py-regex 1138SUBDIR+= py-regex
1138SUBDIR+= py-relatorio 1139SUBDIR+= py-relatorio
1139SUBDIR+= py-rst2pdf 1140SUBDIR+= py-rst2pdf
1140SUBDIR+= py-sentencepiece 1141SUBDIR+= py-sentencepiece
1141SUBDIR+= py-sgmllib3k 1142SUBDIR+= py-sgmllib3k
1142SUBDIR+= py-smartypants 1143SUBDIR+= py-smartypants
1143SUBDIR+= py-snowballstemmer 1144SUBDIR+= py-snowballstemmer
1144SUBDIR+= py-sphinx 1145SUBDIR+= py-sphinx
1145SUBDIR+= py-sphinx-astropy 1146SUBDIR+= py-sphinx-astropy
1146SUBDIR+= py-sphinx-autoapi 1147SUBDIR+= py-sphinx-autoapi
1147SUBDIR+= py-sphinx-autodoc-typehints 1148SUBDIR+= py-sphinx-autodoc-typehints
1148SUBDIR+= py-sphinx-automodapi 1149SUBDIR+= py-sphinx-automodapi
1149SUBDIR+= py-sphinx-basic-ng 1150SUBDIR+= py-sphinx-basic-ng

File Added: pkgsrc/textproc/py-referencing/DESCR
An implementation-agnostic implementation of JSON reference
resolution.

In other words, a way for e.g. JSON Schema tooling to resolve the
$ref keyword across all drafts without needing to implement
support themselves.

File Added: pkgsrc/textproc/py-referencing/Makefile
# $NetBSD: Makefile,v 1.1 2023/08/05 08:08:47 adam Exp $

DISTNAME=	referencing-0.30.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/referencing/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/python-jsonschema/referencing
COMMENT=	JSON Referencing in Python
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
TOOL_DEPENDS+=	${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
DEPENDS+=	${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs
DEPENDS+=	${PYPKGPREFIX}-rpds-py>=0.7.0:../../devel/py-rpds-py

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/textproc/py-referencing/PLIST
@comment $NetBSD: PLIST,v 1.1 2023/08/05 08:08:47 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
${PYSITELIB}/referencing/__init__.py
${PYSITELIB}/referencing/__init__.pyc
${PYSITELIB}/referencing/_attrs.py
${PYSITELIB}/referencing/_attrs.pyc
${PYSITELIB}/referencing/_attrs.pyi
${PYSITELIB}/referencing/_core.py
${PYSITELIB}/referencing/_core.pyc
${PYSITELIB}/referencing/exceptions.py
${PYSITELIB}/referencing/exceptions.pyc
${PYSITELIB}/referencing/jsonschema.py
${PYSITELIB}/referencing/jsonschema.pyc
${PYSITELIB}/referencing/py.typed
${PYSITELIB}/referencing/retrieval.py
${PYSITELIB}/referencing/retrieval.pyc
${PYSITELIB}/referencing/tests/__init__.py
${PYSITELIB}/referencing/tests/__init__.pyc
${PYSITELIB}/referencing/tests/test_core.py
${PYSITELIB}/referencing/tests/test_core.pyc
${PYSITELIB}/referencing/tests/test_exceptions.py
${PYSITELIB}/referencing/tests/test_exceptions.pyc
${PYSITELIB}/referencing/tests/test_jsonschema.py
${PYSITELIB}/referencing/tests/test_jsonschema.pyc
${PYSITELIB}/referencing/tests/test_referencing_suite.py
${PYSITELIB}/referencing/tests/test_referencing_suite.pyc
${PYSITELIB}/referencing/tests/test_retrieval.py
${PYSITELIB}/referencing/tests/test_retrieval.pyc
${PYSITELIB}/referencing/typing.py
${PYSITELIB}/referencing/typing.pyc

File Added: pkgsrc/textproc/py-referencing/distinfo
$NetBSD: distinfo,v 1.1 2023/08/05 08:08:47 adam Exp $

BLAKE2s (referencing-0.30.1.tar.gz) = cba564bae7265d6a1d48c8689a2ac4e09ffd7cfdcb2a9fd1c1830e74a492fef8
SHA512 (referencing-0.30.1.tar.gz) = 3da75977003cc950a520af053ec9c83e42704a5566cf74714d977da4316ccf7c89b2d18b8bdc28351b4fe2e992e6812dc214f9c9dcd716dab774b1060382fe7c
Size (referencing-0.30.1.tar.gz) = 53193 bytes