pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cybox



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  9 18:58:29 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-cybox/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-cybox/Makefile
diff -u pkgsrc/security/py-cybox/Makefile:1.9 pkgsrc/security/py-cybox/Makefile:1.10
--- pkgsrc/security/py-cybox/Makefile:1.9       Wed May 13 21:48:05 2020
+++ pkgsrc/security/py-cybox/Makefile   Fri Jul  9 18:58:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/05/13 21:48:05 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/07/09 18:58:29 adam Exp $
 
 DISTNAME=      cybox-2.1.0.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-mixbox>=1.0.2:.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mixbox, py-ordered-set
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index