pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc py-jsonschema-spec: updated to 0.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d90869f9d805
branches:  trunk
changeset: 387307:d90869f9d805
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 26 12:49:54 2022 +0000

description:
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

diffstat:

 textproc/Makefile                    |   3 +-
 textproc/py-jsonschema-spec/DESCR    |   5 ++++
 textproc/py-jsonschema-spec/Makefile |  23 +++++++++++++++++++
 textproc/py-jsonschema-spec/PLIST    |  43 ++++++++++++++++++++++++++++++++++++
 textproc/py-jsonschema-spec/distinfo |   5 ++++
 5 files changed, 78 insertions(+), 1 deletions(-)

diffs (109 lines):

diff -r 7473b96698da -r d90869f9d805 textproc/Makefile
--- a/textproc/Makefile Wed Oct 26 12:48:29 2022 +0000
+++ b/textproc/Makefile Wed Oct 26 12:49:54 2022 +0000
@@ -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-jsonrpclib
 SUBDIR+=       py-jsonrpclib-pelix
 SUBDIR+=       py-jsonschema
+SUBDIR+=       py-jsonschema-spec
 SUBDIR+=       py-jupyterlab-pygments
 SUBDIR+=       py-jxmlease
 SUBDIR+=       py-libxml2
diff -r 7473b96698da -r d90869f9d805 textproc/py-jsonschema-spec/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonschema-spec/DESCR Wed Oct 26 12:49:54 2022 +0000
@@ -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
diff -r 7473b96698da -r d90869f9d805 textproc/py-jsonschema-spec/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonschema-spec/Makefile      Wed Oct 26 12:49:54 2022 +0000
@@ -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"
diff -r 7473b96698da -r d90869f9d805 textproc/py-jsonschema-spec/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonschema-spec/PLIST Wed Oct 26 12:49:54 2022 +0000
@@ -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
diff -r 7473b96698da -r d90869f9d805 textproc/py-jsonschema-spec/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonschema-spec/distinfo      Wed Oct 26 12:49:54 2022 +0000
@@ -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