pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-stix



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  9 18:59:05 UTC 2021

Modified Files:
        pkgsrc/security/py-stix: Makefile

Log Message:
py-stix: mark as not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-stix/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-stix/Makefile
diff -u pkgsrc/security/py-stix/Makefile:1.12 pkgsrc/security/py-stix/Makefile:1.13
--- pkgsrc/security/py-stix/Makefile:1.12       Fri Mar 19 08:16:29 2021
+++ pkgsrc/security/py-stix/Makefile    Fri Jul  9 18:59:05 2021
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-mixbox>=1.0.2:.
 
 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