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:   wiz
Date:           Tue Sep 30 14:27:14 UTC 2025

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

Log Message:
py-jsonschema-spec: fix build with latest poetry-core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-jsonschema-spec/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-jsonschema-spec/PLIST

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.5 pkgsrc/textproc/py-jsonschema-spec/Makefile:1.6
--- pkgsrc/textproc/py-jsonschema-spec/Makefile:1.5     Sat Jul  5 11:44:17 2025
+++ pkgsrc/textproc/py-jsonschema-spec/Makefile Tue Sep 30 14:27:14 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2025/07/05 11:44:17 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/09/30 14:27:14 wiz Exp $
 
 DISTNAME=      jsonschema_spec-0.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema-spec/}
 
@@ -11,7 +11,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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-pathable>=0.4.1:../../devel/py-pathable
 DEPENDS+=      ${PYPKGPREFIX}-referencing>=0.28.0:../../textproc/py-referencing
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.3.0:../../devel/py-typing-extensions

Index: pkgsrc/textproc/py-jsonschema-spec/PLIST
diff -u pkgsrc/textproc/py-jsonschema-spec/PLIST:1.4 pkgsrc/textproc/py-jsonschema-spec/PLIST:1.5
--- pkgsrc/textproc/py-jsonschema-spec/PLIST:1.4        Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-jsonschema-spec/PLIST    Tue Sep 30 14:27:14 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:17 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.5 2025/09/30 14:27:14 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/jsonschema_spec/__init__.py
 ${PYSITELIB}/jsonschema_spec/__init__.pyc
 ${PYSITELIB}/jsonschema_spec/__init__.pyo



Home | Main Index | Thread Index | Old Index