pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-openapi-spec-validator



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  1 19:44:07 UTC 2025

Modified Files:
        pkgsrc/textproc/py-openapi-spec-validator: Makefile PLIST

Log Message:
py-openapi-spec-validator: fix for latest poetry-core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-openapi-spec-validator/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-openapi-spec-validator/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-openapi-spec-validator/Makefile
diff -u pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.13 pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.14
--- pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.13     Mon Jul  7 05:58:07 2025
+++ pkgsrc/textproc/py-openapi-spec-validator/Makefile  Wed Oct  1 19:44:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2025/07/07 05:58:07 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/10/01 19:44:07 wiz Exp $
 
 DISTNAME=      openapi_spec_validator-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openapi-spec-validator/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/python-open
 COMMENT=       OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator
 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}-jsonschema>=4.18.0:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema-path>=0.3.1:../../textproc/py-jsonschema-path
 DEPENDS+=      ${PYPKGPREFIX}-lazy-object-proxy>=1.7.1:../../devel/py-lazy-object-proxy

Index: pkgsrc/textproc/py-openapi-spec-validator/PLIST
diff -u pkgsrc/textproc/py-openapi-spec-validator/PLIST:1.7 pkgsrc/textproc/py-openapi-spec-validator/PLIST:1.8
--- pkgsrc/textproc/py-openapi-spec-validator/PLIST:1.7 Sun Jun  8 18:11:16 2025
+++ pkgsrc/textproc/py-openapi-spec-validator/PLIST     Wed Oct  1 19:44:07 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2025/06/08 18:11:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/10/01 19:44:07 wiz Exp $
 bin/openapi-spec-validator-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
 ${PYSITELIB}/openapi_spec_validator/__init__.py
 ${PYSITELIB}/openapi_spec_validator/__init__.pyc
 ${PYSITELIB}/openapi_spec_validator/__init__.pyo



Home | Main Index | Thread Index | Old Index