pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-eradicate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 12:08:24 UTC 2025

Modified Files:
        pkgsrc/textproc/py-eradicate: Makefile

Log Message:
py-eradicate: mark as not for Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-eradicate/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-eradicate/Makefile
diff -u pkgsrc/textproc/py-eradicate/Makefile:1.5 pkgsrc/textproc/py-eradicate/Makefile:1.6
--- pkgsrc/textproc/py-eradicate/Makefile:1.5   Mon Aug 28 13:18:51 2023
+++ pkgsrc/textproc/py-eradicate/Makefile       Thu Oct  9 12:08:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/08/28 13:18:51 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/10/09 12:08:24 wiz Exp $
 
 DISTNAME=      eradicate-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,9 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
+# https://github.com/PyCQA/eradicate/issues/57
+PYTHON_VERSIONS_INCOMPATIBLE=  314
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} eradicate eradicate-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index