pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-bandit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:15:25 UTC 2025

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

Log Message:
py-bandit: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-bandit/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-bandit/Makefile
diff -u pkgsrc/security/py-bandit/Makefile:1.15 pkgsrc/security/py-bandit/Makefile:1.16
--- pkgsrc/security/py-bandit/Makefile:1.15     Wed Feb 26 22:07:53 2025
+++ pkgsrc/security/py-bandit/Makefile  Tue Mar  4 09:15:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/02/26 22:07:53 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/04 09:15:25 wiz Exp $
 
 DISTNAME=      bandit-1.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,6 +23,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-testtools>
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-pbr
+
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 TEST_DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli



Home | Main Index | Thread Index | Old Index