pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cyclonedx-python-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 22 20:31:06 UTC 2025

Modified Files:
        pkgsrc/security/py-cyclonedx-python-lib: Makefile PLIST

Log Message:
py-cyclonedx-python-lib: fix PLIST for latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-cyclonedx-python-lib/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -u pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.56 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.57
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.56       Sun Sep 21 15:37:51 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Mon Sep 22 20:31:05 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2025/09/21 15:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2025/09/22 20:31:05 wiz Exp $
 
 DISTNAME=      cyclonedx_python_lib-11.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/CycloneDX/c
 COMMENT=       Python library for generating CycloneDX SBOMs
 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}-license-expression>=30:../../devel/py-license-expression
 DEPENDS+=      ${PYPKGPREFIX}-packageurl>=0.11:../../devel/py-packageurl
 DEPENDS+=      ${PYPKGPREFIX}-referencing>=0.28.4:../../textproc/py-referencing

Index: pkgsrc/security/py-cyclonedx-python-lib/PLIST
diff -u pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.14 pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.15
--- pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.14  Tue Jul  1 19:34:11 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/PLIST       Mon Sep 22 20:31:05 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/07/01 19:34:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/09/22 20:31:05 wiz Exp $
 ${PYSITELIB}/cyclonedx/__init__.py
 ${PYSITELIB}/cyclonedx/__init__.pyc
 ${PYSITELIB}/cyclonedx/__init__.pyo
@@ -150,8 +150,8 @@ ${PYSITELIB}/cyclonedx/validation/model.
 ${PYSITELIB}/cyclonedx/validation/xml.py
 ${PYSITELIB}/cyclonedx/validation/xml.pyc
 ${PYSITELIB}/cyclonedx/validation/xml.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE



Home | Main Index | Thread Index | Old Index