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:           Wed Oct 26 12:49:54 UTC 2022

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

Log Message:
py-jsonschema-spec: updated to 0.1.2

JSONSchema Spec with object-oriented paths

Key features
* Traverse elements like paths
* Access spec on demand with separate dereferencing accessor layer


To generate a diff of this commit:
cvs rdiff -u -r1.1329 -r1.1330 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-jsonschema-spec/DESCR \
    pkgsrc/textproc/py-jsonschema-spec/Makefile \
    pkgsrc/textproc/py-jsonschema-spec/PLIST \
    pkgsrc/textproc/py-jsonschema-spec/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.1329 pkgsrc/textproc/Makefile:1.1330
--- pkgsrc/textproc/Makefile:1.1329     Fri Oct 14 12:32:09 2022
+++ pkgsrc/textproc/Makefile    Wed Oct 26 12:49:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1329 2022/10/14 12:32:09 adam Exp $
+# $NetBSD: Makefile,v 1.1330 2022/10/26 12:49:54 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1041,6 +1041,7 @@ SUBDIR+=  py-jsonrpc-server
 SUBDIR+=       py-jsonrpclib
 SUBDIR+=       py-jsonrpclib-pelix
 SUBDIR+=       py-jsonschema
+SUBDIR+=       py-jsonschema-spec
 SUBDIR+=       py-jupyterlab-pygments
 SUBDIR+=       py-jxmlease
 SUBDIR+=       py-libxml2

Added files:

Index: pkgsrc/textproc/py-jsonschema-spec/DESCR
diff -u /dev/null pkgsrc/textproc/py-jsonschema-spec/DESCR:1.1
--- /dev/null   Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/DESCR    Wed Oct 26 12:49:54 2022
@@ -0,0 +1,5 @@
+JSONSchema Spec with object-oriented paths
+
+Key features
+* Traverse elements like paths
+* Access spec on demand with separate dereferencing accessor layer
Index: pkgsrc/textproc/py-jsonschema-spec/Makefile
diff -u /dev/null pkgsrc/textproc/py-jsonschema-spec/Makefile:1.1
--- /dev/null   Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/Makefile Wed Oct 26 12:49:54 2022
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2022/10/26 12:49:54 adam Exp $
+
+DISTNAME=      jsonschema-spec-0.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema-spec/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/p1c2u/jsonschema-spec
+COMMENT=       JSONSchema Spec with object-oriented paths
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.0.0:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-pathable>=0.4.1:../../devel/py-pathable
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.3.0:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-jsonschema-spec/PLIST
diff -u /dev/null pkgsrc/textproc/py-jsonschema-spec/PLIST:1.1
--- /dev/null   Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/PLIST    Wed Oct 26 12:49:54 2022
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/26 12:49:54 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jsonschema_spec/__init__.py
+${PYSITELIB}/jsonschema_spec/__init__.pyc
+${PYSITELIB}/jsonschema_spec/__init__.pyo
+${PYSITELIB}/jsonschema_spec/accessors.py
+${PYSITELIB}/jsonschema_spec/accessors.pyc
+${PYSITELIB}/jsonschema_spec/accessors.pyo
+${PYSITELIB}/jsonschema_spec/handlers/__init__.py
+${PYSITELIB}/jsonschema_spec/handlers/__init__.pyc
+${PYSITELIB}/jsonschema_spec/handlers/__init__.pyo
+${PYSITELIB}/jsonschema_spec/handlers/compat.py
+${PYSITELIB}/jsonschema_spec/handlers/compat.pyc
+${PYSITELIB}/jsonschema_spec/handlers/compat.pyo
+${PYSITELIB}/jsonschema_spec/handlers/file.py
+${PYSITELIB}/jsonschema_spec/handlers/file.pyc
+${PYSITELIB}/jsonschema_spec/handlers/file.pyo
+${PYSITELIB}/jsonschema_spec/handlers/protocols.py
+${PYSITELIB}/jsonschema_spec/handlers/protocols.pyc
+${PYSITELIB}/jsonschema_spec/handlers/protocols.pyo
+${PYSITELIB}/jsonschema_spec/handlers/requests.py
+${PYSITELIB}/jsonschema_spec/handlers/requests.pyc
+${PYSITELIB}/jsonschema_spec/handlers/requests.pyo
+${PYSITELIB}/jsonschema_spec/handlers/urllib.py
+${PYSITELIB}/jsonschema_spec/handlers/urllib.pyc
+${PYSITELIB}/jsonschema_spec/handlers/urllib.pyo
+${PYSITELIB}/jsonschema_spec/handlers/utils.py
+${PYSITELIB}/jsonschema_spec/handlers/utils.pyc
+${PYSITELIB}/jsonschema_spec/handlers/utils.pyo
+${PYSITELIB}/jsonschema_spec/paths.py
+${PYSITELIB}/jsonschema_spec/paths.pyc
+${PYSITELIB}/jsonschema_spec/paths.pyo
+${PYSITELIB}/jsonschema_spec/py.typed
+${PYSITELIB}/jsonschema_spec/readers.py
+${PYSITELIB}/jsonschema_spec/readers.pyc
+${PYSITELIB}/jsonschema_spec/readers.pyo
+${PYSITELIB}/jsonschema_spec/utils.py
+${PYSITELIB}/jsonschema_spec/utils.pyc
+${PYSITELIB}/jsonschema_spec/utils.pyo
Index: pkgsrc/textproc/py-jsonschema-spec/distinfo
diff -u /dev/null pkgsrc/textproc/py-jsonschema-spec/distinfo:1.1
--- /dev/null   Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/distinfo Wed Oct 26 12:49:54 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/26 12:49:54 adam Exp $
+
+BLAKE2s (jsonschema-spec-0.1.2.tar.gz) = e04d12ade063b0901f5236fbeccb0c05023bd2c64203b1005fc193615695430d
+SHA512 (jsonschema-spec-0.1.2.tar.gz) = e14d8b009608f1bfe22002e002d499d83c7960c4c284714a0158d7b8eeab383c5306a3f66bf1df7cfac8b4388c77fc7ca2ecd6628cf72f9166e0145f07c66f83
+Size (jsonschema-spec-0.1.2.tar.gz) = 10302 bytes



Home | Main Index | Thread Index | Old Index