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:           Fri Aug 25 21:32:35 UTC 2023

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

Log Message:
py-jsonschema-specifications: added version 2023.7.1

JSON support files from the JSON Schema Specifications (metaschemas,
vocabularies, etc.), packaged for runtime access from Python as a
referencing-based Schema Registry.


To generate a diff of this commit:
cvs rdiff -u -r1.1418 -r1.1419 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-jsonschema-specifications/DESCR \
    pkgsrc/textproc/py-jsonschema-specifications/Makefile \
    pkgsrc/textproc/py-jsonschema-specifications/PLIST \
    pkgsrc/textproc/py-jsonschema-specifications/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.1418 pkgsrc/textproc/Makefile:1.1419
--- pkgsrc/textproc/Makefile:1.1418     Thu Aug 17 07:40:21 2023
+++ pkgsrc/textproc/Makefile    Fri Aug 25 21:32:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1418 2023/08/17 07:40:21 wiz Exp $
+# $NetBSD: Makefile,v 1.1419 2023/08/25 21:32:35 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1071,6 +1071,7 @@ SUBDIR+=  py-jsonrpclib
 SUBDIR+=       py-jsonrpclib-pelix
 SUBDIR+=       py-jsonschema
 SUBDIR+=       py-jsonschema-spec
+SUBDIR+=       py-jsonschema-specifications
 SUBDIR+=       py-jupyterlab-pygments
 SUBDIR+=       py-jxmlease
 SUBDIR+=       py-libxml2

Added files:

Index: pkgsrc/textproc/py-jsonschema-specifications/DESCR
diff -u /dev/null pkgsrc/textproc/py-jsonschema-specifications/DESCR:1.1
--- /dev/null   Fri Aug 25 21:32:35 2023
+++ pkgsrc/textproc/py-jsonschema-specifications/DESCR  Fri Aug 25 21:32:35 2023
@@ -0,0 +1,3 @@
+JSON support files from the JSON Schema Specifications (metaschemas,
+vocabularies, etc.), packaged for runtime access from Python as a
+referencing-based Schema Registry.
Index: pkgsrc/textproc/py-jsonschema-specifications/Makefile
diff -u /dev/null pkgsrc/textproc/py-jsonschema-specifications/Makefile:1.1
--- /dev/null   Fri Aug 25 21:32:35 2023
+++ pkgsrc/textproc/py-jsonschema-specifications/Makefile       Fri Aug 25 21:32:35 2023
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2023/08/25 21:32:35 adam Exp $
+
+DISTNAME=      jsonschema_specifications-2023.7.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema-specifications/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python-jsonschema/jsonschema-specifications
+COMMENT=       JSON Schema meta-schemas and vocabularies
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+DEPENDS+=      ${PYPKGPREFIX}-referencing>=0.28.0:../../textproc/py-referencing
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 309
+DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=1.4.0:../../devel/py-importlib-resources
+.endif
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-jsonschema-specifications/PLIST
diff -u /dev/null pkgsrc/textproc/py-jsonschema-specifications/PLIST:1.1
--- /dev/null   Fri Aug 25 21:32:35 2023
+++ pkgsrc/textproc/py-jsonschema-specifications/PLIST  Fri Aug 25 21:32:35 2023
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/25 21:32:35 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}/jsonschema_specifications/__init__.py
+${PYSITELIB}/jsonschema_specifications/__init__.pyc
+${PYSITELIB}/jsonschema_specifications/_core.py
+${PYSITELIB}/jsonschema_specifications/_core.pyc
+${PYSITELIB}/jsonschema_specifications/schemas/draft201909/metaschema.json
+${PYSITELIB}/jsonschema_specifications/schemas/draft201909/vocabularies/applicator
+${PYSITELIB}/jsonschema_specifications/schemas/draft201909/vocabularies/content
+${PYSITELIB}/jsonschema_specifications/schemas/draft201909/vocabularies/core
+${PYSITELIB}/jsonschema_specifications/schemas/draft201909/vocabularies/meta-data
+${PYSITELIB}/jsonschema_specifications/schemas/draft201909/vocabularies/validation
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/metaschema.json
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/applicator
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/content
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/core
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/format
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/format-annotation
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/format-assertion
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/meta-data
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/unevaluated
+${PYSITELIB}/jsonschema_specifications/schemas/draft202012/vocabularies/validation
+${PYSITELIB}/jsonschema_specifications/schemas/draft3/metaschema.json
+${PYSITELIB}/jsonschema_specifications/schemas/draft4/metaschema.json
+${PYSITELIB}/jsonschema_specifications/schemas/draft6/metaschema.json
+${PYSITELIB}/jsonschema_specifications/schemas/draft7/metaschema.json
+${PYSITELIB}/jsonschema_specifications/tests/test_jsonschema_specifications.py
+${PYSITELIB}/jsonschema_specifications/tests/test_jsonschema_specifications.pyc
Index: pkgsrc/textproc/py-jsonschema-specifications/distinfo
diff -u /dev/null pkgsrc/textproc/py-jsonschema-specifications/distinfo:1.1
--- /dev/null   Fri Aug 25 21:32:35 2023
+++ pkgsrc/textproc/py-jsonschema-specifications/distinfo       Fri Aug 25 21:32:35 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/25 21:32:35 adam Exp $
+
+BLAKE2s (jsonschema_specifications-2023.7.1.tar.gz) = 942ab1a8549029127042da9c7cdfd94b78e4f5d542fb2df51960fab37adb1c86
+SHA512 (jsonschema_specifications-2023.7.1.tar.gz) = 78275fe6595151c611baeeebc17f08287f50a3636c3de515abfe8dc45075136874740dfa169aa3ebda004b5ead66ba93bc22b963ded14e4aa906e4b454356f7c
+Size (jsonschema_specifications-2023.7.1.tar.gz) = 12689 bytes



Home | Main Index | Thread Index | Old Index