pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 17 10:18:24 UTC 2021

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

Log Message:
py-cyclonedx-*: mark as not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-cyclonedx-bom/Makefile
cvs rdiff -u -r1.1 -r1.2 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-bom/Makefile
diff -u pkgsrc/security/py-cyclonedx-bom/Makefile:1.1 pkgsrc/security/py-cyclonedx-bom/Makefile:1.2
--- pkgsrc/security/py-cyclonedx-bom/Makefile:1.1       Tue Dec  7 18:04:46 2021
+++ pkgsrc/security/py-cyclonedx-bom/Makefile   Fri Dec 17 10:18:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/12/07 18:04:46 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/17 10:18:23 wiz Exp $
 
 DISTNAME=      cyclonedx-bom-1.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-cyclonedx-python-lib-[0-9]*:../../security/py-cyclonedx-python-lib
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-cyclonedx-python-lib
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} cyclonedx-bom cyclonedx-bom-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -u pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.1 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.2
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.1        Tue Dec  7 18:05:29 2021
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Fri Dec 17 10:18:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/12/07 18:05:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/17 10:18:23 wiz Exp $
 
 DISTNAME=      cyclonedx-python-lib-0.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-types-setuptool
 DEPENDS+=      ${PYPKGPREFIX}-types-toml-[0-9]*:../../devel/py-types-toml
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index