pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jsonschema-spec



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  4 09:33:41 UTC 2023

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

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

0.1.4
jsonschema 4.17 dependency limit

0.1.3
Apache license spdx conformity
yaml loader timestamps fix


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/py-jsonschema-spec/Makefile
diff -u pkgsrc/textproc/py-jsonschema-spec/Makefile:1.1 pkgsrc/textproc/py-jsonschema-spec/Makefile:1.2
--- pkgsrc/textproc/py-jsonschema-spec/Makefile:1.1     Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/Makefile Tue Apr  4 09:33:41 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/10/26 12:49:54 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/04 09:33:41 adam Exp $
 
-DISTNAME=      jsonschema-spec-0.1.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      jsonschema_spec-0.1.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema-spec/}
 
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/p1c2u/jsons
 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}-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
@@ -19,5 +20,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-jsonschema-spec/PLIST
diff -u pkgsrc/textproc/py-jsonschema-spec/PLIST:1.1 pkgsrc/textproc/py-jsonschema-spec/PLIST:1.2
--- pkgsrc/textproc/py-jsonschema-spec/PLIST:1.1        Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/PLIST    Tue Apr  4 09:33:41 2023
@@ -1,43 +1,33 @@
-@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
+@comment $NetBSD: PLIST,v 1.2 2023/04/04 09:33:41 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${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/loaders.py
+${PYSITELIB}/jsonschema_spec/loaders.pyc
 ${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 pkgsrc/textproc/py-jsonschema-spec/distinfo:1.1 pkgsrc/textproc/py-jsonschema-spec/distinfo:1.2
--- pkgsrc/textproc/py-jsonschema-spec/distinfo:1.1     Wed Oct 26 12:49:54 2022
+++ pkgsrc/textproc/py-jsonschema-spec/distinfo Tue Apr  4 09:33:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/10/26 12:49:54 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/04/04 09:33:41 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
+BLAKE2s (jsonschema_spec-0.1.4.tar.gz) = b54ac71854628df53105faf5ea0bd428d0773aba8b9802c8a845ffa1e380b7f3
+SHA512 (jsonschema_spec-0.1.4.tar.gz) = 33f0699836688d6d409c78db6c6818b85fcaef67b4dafa7654247c8295457412575a67249eddccef61f567aabf0db4897d8c486f59fbb6f29d3a175944f5da25
+Size (jsonschema_spec-0.1.4.tar.gz) = 10238 bytes



Home | Main Index | Thread Index | Old Index