pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug  5 08:08:47 UTC 2023

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/py-referencing: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1414 -r1.1415 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-referencing/DESCR \
    pkgsrc/textproc/py-referencing/Makefile \
    pkgsrc/textproc/py-referencing/PLIST \
    pkgsrc/textproc/py-referencing/distinfo

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

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1414 pkgsrc/textproc/Makefile:1.1415
--- pkgsrc/textproc/Makefile:1.1414     Thu Aug  3 18:41:24 2023
+++ pkgsrc/textproc/Makefile    Sat Aug  5 08:08:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1414 2023/08/03 18:41:24 pin Exp $
+# $NetBSD: Makefile,v 1.1415 2023/08/05 08:08:47 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1134,6 +1134,7 @@ SUBDIR+=  py-rapidjson
 SUBDIR+=       py-rdflib
 SUBDIR+=       py-readme_renderer
 SUBDIR+=       py-rebulk
+SUBDIR+=       py-referencing
 SUBDIR+=       py-regex
 SUBDIR+=       py-relatorio
 SUBDIR+=       py-rst2pdf

Added files:

Index: pkgsrc/textproc/py-referencing/DESCR
diff -u /dev/null pkgsrc/textproc/py-referencing/DESCR:1.1
--- /dev/null   Sat Aug  5 08:08:47 2023
+++ pkgsrc/textproc/py-referencing/DESCR        Sat Aug  5 08:08:47 2023
@@ -0,0 +1,6 @@
+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.
Index: pkgsrc/textproc/py-referencing/Makefile
diff -u /dev/null pkgsrc/textproc/py-referencing/Makefile:1.1
--- /dev/null   Sat Aug  5 08:08:47 2023
+++ pkgsrc/textproc/py-referencing/Makefile     Sat Aug  5 08:08:47 2023
@@ -0,0 +1,23 @@
+# $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@localhost
+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"
Index: pkgsrc/textproc/py-referencing/PLIST
diff -u /dev/null pkgsrc/textproc/py-referencing/PLIST:1.1
--- /dev/null   Sat Aug  5 08:08:47 2023
+++ pkgsrc/textproc/py-referencing/PLIST        Sat Aug  5 08:08:47 2023
@@ -0,0 +1,36 @@
+@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
Index: pkgsrc/textproc/py-referencing/distinfo
diff -u /dev/null pkgsrc/textproc/py-referencing/distinfo:1.1
--- /dev/null   Sat Aug  5 08:08:47 2023
+++ pkgsrc/textproc/py-referencing/distinfo     Sat Aug  5 08:08:47 2023
@@ -0,0 +1,5 @@
+$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



Home | Main Index | Thread Index | Old Index