Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEE7084F20 for ; Thu, 9 Nov 2023 18:53:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id q8P1NBxZfARH for ; Thu, 9 Nov 2023 18:53:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E0B5184ECD for ; Thu, 9 Nov 2023 18:53:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D478DFA2F; Thu, 9 Nov 2023 18:53:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699556000186800" MIME-Version: 1.0 Date: Thu, 9 Nov 2023 18:53:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231109185320.D478DFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699556000186800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 9 18:53:20 UTC 2023 Modified Files: pkgsrc/textproc: Makefile Added Files: pkgsrc/textproc/py-jsonschema-path: DESCR Makefile PLIST distinfo Log Message: py-jsonschema-path: added version 0.3.1 Object-oriented JSONSchema Key features * Traverse schema like paths * Access schema on demand with separate dereferencing accessor layer To generate a diff of this commit: cvs rdiff -u -r1.1438 -r1.1439 pkgsrc/textproc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-jsonschema-path/DESCR \ pkgsrc/textproc/py-jsonschema-path/Makefile \ pkgsrc/textproc/py-jsonschema-path/PLIST \ pkgsrc/textproc/py-jsonschema-path/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699556000186800 Content-Disposition: inline Content-Length: 5250 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1438 pkgsrc/textproc/Makefile:1.1439 --- pkgsrc/textproc/Makefile:1.1438 Sat Nov 4 10:08:27 2023 +++ pkgsrc/textproc/Makefile Thu Nov 9 18:53:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1438 2023/11/04 10:08:27 wiz Exp $ +# $NetBSD: Makefile,v 1.1439 2023/11/09 18:53:20 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1079,6 +1079,7 @@ SUBDIR+= py-jsonrpc-server SUBDIR+= py-jsonrpclib SUBDIR+= py-jsonrpclib-pelix SUBDIR+= py-jsonschema +SUBDIR+= py-jsonschema-path SUBDIR+= py-jsonschema-spec SUBDIR+= py-jsonschema-specifications SUBDIR+= py-jupyterlab-pygments Added files: Index: pkgsrc/textproc/py-jsonschema-path/DESCR diff -u /dev/null pkgsrc/textproc/py-jsonschema-path/DESCR:1.1 --- /dev/null Thu Nov 9 18:53:20 2023 +++ pkgsrc/textproc/py-jsonschema-path/DESCR Thu Nov 9 18:53:20 2023 @@ -0,0 +1,5 @@ +Object-oriented JSONSchema + +Key features +* Traverse schema like paths +* Access schema on demand with separate dereferencing accessor layer Index: pkgsrc/textproc/py-jsonschema-path/Makefile diff -u /dev/null pkgsrc/textproc/py-jsonschema-path/Makefile:1.1 --- /dev/null Thu Nov 9 18:53:20 2023 +++ pkgsrc/textproc/py-jsonschema-path/Makefile Thu Nov 9 18:53:20 2023 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2023/11/09 18:53:20 adam Exp $ + +DISTNAME= jsonschema_path-0.3.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema-path/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/p1c2u/jsonschema-path +COMMENT= JSONSchema Spec with object-oriented paths +LICENSE= apache-2.0 + +TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core +DEPENDS+= ${PYPKGPREFIX}-pathable>=0.4.1:../../devel/py-pathable +DEPENDS+= ${PYPKGPREFIX}-referencing>=0.28.0:../../textproc/py-referencing +DEPENDS+= ${PYPKGPREFIX}-requests>=2.31.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-jsonschema-path/PLIST diff -u /dev/null pkgsrc/textproc/py-jsonschema-path/PLIST:1.1 --- /dev/null Thu Nov 9 18:53:20 2023 +++ pkgsrc/textproc/py-jsonschema-path/PLIST Thu Nov 9 18:53:20 2023 @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1 2023/11/09 18:53:20 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/jsonschema_path/__init__.py +${PYSITELIB}/jsonschema_path/__init__.pyc +${PYSITELIB}/jsonschema_path/__init__.pyo +${PYSITELIB}/jsonschema_path/accessors.py +${PYSITELIB}/jsonschema_path/accessors.pyc +${PYSITELIB}/jsonschema_path/accessors.pyo +${PYSITELIB}/jsonschema_path/handlers/__init__.py +${PYSITELIB}/jsonschema_path/handlers/__init__.pyc +${PYSITELIB}/jsonschema_path/handlers/__init__.pyo +${PYSITELIB}/jsonschema_path/handlers/file.py +${PYSITELIB}/jsonschema_path/handlers/file.pyc +${PYSITELIB}/jsonschema_path/handlers/file.pyo +${PYSITELIB}/jsonschema_path/handlers/protocols.py +${PYSITELIB}/jsonschema_path/handlers/protocols.pyc +${PYSITELIB}/jsonschema_path/handlers/protocols.pyo +${PYSITELIB}/jsonschema_path/handlers/requests.py +${PYSITELIB}/jsonschema_path/handlers/requests.pyc +${PYSITELIB}/jsonschema_path/handlers/requests.pyo +${PYSITELIB}/jsonschema_path/handlers/urllib.py +${PYSITELIB}/jsonschema_path/handlers/urllib.pyc +${PYSITELIB}/jsonschema_path/handlers/urllib.pyo +${PYSITELIB}/jsonschema_path/handlers/utils.py +${PYSITELIB}/jsonschema_path/handlers/utils.pyc +${PYSITELIB}/jsonschema_path/handlers/utils.pyo +${PYSITELIB}/jsonschema_path/loaders.py +${PYSITELIB}/jsonschema_path/loaders.pyc +${PYSITELIB}/jsonschema_path/loaders.pyo +${PYSITELIB}/jsonschema_path/paths.py +${PYSITELIB}/jsonschema_path/paths.pyc +${PYSITELIB}/jsonschema_path/paths.pyo +${PYSITELIB}/jsonschema_path/py.typed +${PYSITELIB}/jsonschema_path/readers.py +${PYSITELIB}/jsonschema_path/readers.pyc +${PYSITELIB}/jsonschema_path/readers.pyo +${PYSITELIB}/jsonschema_path/retrievers.py +${PYSITELIB}/jsonschema_path/retrievers.pyc +${PYSITELIB}/jsonschema_path/retrievers.pyo +${PYSITELIB}/jsonschema_path/typing.py +${PYSITELIB}/jsonschema_path/typing.pyc +${PYSITELIB}/jsonschema_path/typing.pyo +${PYSITELIB}/jsonschema_path/utils.py +${PYSITELIB}/jsonschema_path/utils.pyc +${PYSITELIB}/jsonschema_path/utils.pyo Index: pkgsrc/textproc/py-jsonschema-path/distinfo diff -u /dev/null pkgsrc/textproc/py-jsonschema-path/distinfo:1.1 --- /dev/null Thu Nov 9 18:53:20 2023 +++ pkgsrc/textproc/py-jsonschema-path/distinfo Thu Nov 9 18:53:20 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/11/09 18:53:20 adam Exp $ + +BLAKE2s (jsonschema_path-0.3.1.tar.gz) = 489e13800e1884a70ebdef357cb673227b227b75b460e2494e0bab3e87c7d2e7 +SHA512 (jsonschema_path-0.3.1.tar.gz) = b148ed3d5c1effefa683510a46c35bfb1d8c8efe36fa6db8d1836d1337a86576099e188fad89e5fa59391bc956068d61d21e4395a6df114355dcff47626432b5 +Size (jsonschema_path-0.3.1.tar.gz) = 11588 bytes --_----------=_1699556000186800--