pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security py-cyclonedx-*: mark as not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc79aec8211c
branches:  trunk
changeset: 771331:bc79aec8211c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 17 10:18:23 2021 +0000

description:
py-cyclonedx-*: mark as not for python 2.7

diffstat:

 security/py-cyclonedx-bom/Makefile        |  4 +++-
 security/py-cyclonedx-python-lib/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 7ff437dfb640 -r bc79aec8211c security/py-cyclonedx-bom/Makefile
--- a/security/py-cyclonedx-bom/Makefile        Fri Dec 17 10:15:29 2021 +0000
+++ b/security/py-cyclonedx-bom/Makefile        Fri Dec 17 10:18:23 2021 +0000
@@ -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 @@
 
 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}
diff -r 7ff437dfb640 -r bc79aec8211c security/py-cyclonedx-python-lib/Makefile
--- a/security/py-cyclonedx-python-lib/Makefile Fri Dec 17 10:15:29 2021 +0000
+++ b/security/py-cyclonedx-python-lib/Makefile Fri Dec 17 10:18:23 2021 +0000
@@ -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-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