pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 12:35:17 UTC 2025

Modified Files:
        pkgsrc/misc/py-anita: Makefile

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

AttributeError: module 'urllib.request' has no attribute 'FancyURLopener'


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/misc/py-anita/Makefile

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

Modified files:

Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.79 pkgsrc/misc/py-anita/Makefile:1.80
--- pkgsrc/misc/py-anita/Makefile:1.79  Sun Apr 20 19:17:57 2025
+++ pkgsrc/misc/py-anita/Makefile       Thu Oct  9 12:35:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2025/04/20 19:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2025/10/09 12:35:17 wiz Exp $
 
 DISTNAME=      anita-2.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,9 @@ USE_LANGUAGES=        #none
 
 REPLACE_PYTHON+=       anita
 
+# AttributeError: module 'urllib.request' has no attribute 'FancyURLopener'
+PYTHON_VERSIONS_INCOMPATIBLE=  314
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${PKGMANDIR} != man



Home | Main Index | Thread Index | Old Index