pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cyclonedx-bom



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:47:58 UTC 2025

Modified Files:
        pkgsrc/security/py-cyclonedx-bom: Makefile PLIST

Log Message:
py-cyclonedx-bom: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-cyclonedx-bom/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-cyclonedx-bom/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-bom/Makefile
diff -u pkgsrc/security/py-cyclonedx-bom/Makefile:1.9 pkgsrc/security/py-cyclonedx-bom/Makefile:1.10
--- pkgsrc/security/py-cyclonedx-bom/Makefile:1.9       Mon Apr 14 05:11:12 2025
+++ pkgsrc/security/py-cyclonedx-bom/Makefile   Sun Sep 28 19:47:58 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2025/04/14 05:11:12 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/09/28 19:47:58 wiz Exp $
 
 DISTNAME=      cyclonedx_bom-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-bom/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/CycloneDX/c
 COMMENT=       Creates CycloneDX Software Bill of Materials for Python projects
 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}-chardet>=5.1:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-cyclonedx-python-lib>=8.0:../../security/py-cyclonedx-python-lib
 DEPENDS+=      ${PYPKGPREFIX}-packageurl>=0.11:../../devel/py-packageurl

Index: pkgsrc/security/py-cyclonedx-bom/PLIST
diff -u pkgsrc/security/py-cyclonedx-bom/PLIST:1.4 pkgsrc/security/py-cyclonedx-bom/PLIST:1.5
--- pkgsrc/security/py-cyclonedx-bom/PLIST:1.4  Thu Feb 13 11:01:28 2025
+++ pkgsrc/security/py-cyclonedx-bom/PLIST      Sun Sep 28 19:47:58 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2025/02/13 11:01:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/09/28 19:47:58 wiz Exp $
 bin/cyclonedx-py-${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}/cyclonedx_py/__init__.py
 ${PYSITELIB}/cyclonedx_py/__init__.pyc
 ${PYSITELIB}/cyclonedx_py/__init__.pyo



Home | Main Index | Thread Index | Old Index