pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-stix py-stix: mark as not for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7af90fc043d8
branches:  trunk
changeset: 455722:7af90fc043d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 09 18:59:05 2021 +0000

description:
py-stix: mark as not for Python 2.7

diffstat:

 security/py-stix/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0548c61b6430 -r 7af90fc043d8 security/py-stix/Makefile
--- a/security/py-stix/Makefile Fri Jul 09 18:58:29 2021 +0000
+++ b/security/py-stix/Makefile Fri Jul 09 18:59:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/03/19 08:16:29 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/07/09 18:59:05 adam Exp $
 
 DISTNAME=      stix-1.2.0.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mixbox, py-cybox, py-ordered-set
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index