pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/fail2ban
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 9 09:05:41 UTC 2025
Modified Files:
pkgsrc/security/fail2ban: Makefile
Log Message:
fail2ban: mark as only for Python 3.11 and 3.12
3.10 is out due to py-sphinx, newer versions because this uses 2to3, which
was only part of Python up to 3.12.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/fail2ban/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/fail2ban/Makefile
diff -u pkgsrc/security/fail2ban/Makefile:1.31 pkgsrc/security/fail2ban/Makefile:1.32
--- pkgsrc/security/fail2ban/Makefile:1.31 Thu Oct 9 07:57:54 2025
+++ pkgsrc/security/fail2ban/Makefile Thu Oct 9 09:05:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2025/10/09 07:57:54 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2025/10/09 09:05:41 wiz Exp $
DISTNAME= fail2ban-1.0.2
PKGREVISION= 2
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-PYTHON_VERSIONS_INCOMPATIBLE= 310 # py-sphinx
+PYTHON_VERSIONS_ACCEPTED= 311 312 # needs 2to3 and sphinx
USE_TOOLS+= make:build
Home |
Main Index |
Thread Index |
Old Index