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:           Tue Nov  7 23:00:55 UTC 2023

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

Log Message:
py-cyclonedx-python-lib: annotate workaround


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-cyclonedx-python-lib/Makefile

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.18 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.19
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.18       Tue Nov  7 22:58:58 2023
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Tue Nov  7 23:00:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/11/07 22:58:58 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/11/07 23:00:54 wiz Exp $
 
 DISTNAME=      cyclonedx_python_lib-5.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -22,6 +22,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-xmldiff-[0
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# https://github.com/CycloneDX/cyclonedx-python-lib/issues/435
 post-install:
        ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/LICENSE
        ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/NOTICE



Home | Main Index | Thread Index | Old Index