pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-beets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 29 17:49:57 UTC 2025

Modified Files:
        pkgsrc/audio/py-beets: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/py-beets/Makefile

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

Modified files:

Index: pkgsrc/audio/py-beets/Makefile
diff -u pkgsrc/audio/py-beets/Makefile:1.46 pkgsrc/audio/py-beets/Makefile:1.47
--- pkgsrc/audio/py-beets/Makefile:1.46 Sun Oct 19 18:42:55 2025
+++ pkgsrc/audio/py-beets/Makefile      Mon Dec 29 17:49:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2025/10/19 18:42:55 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/12/29 17:49:57 wiz Exp $
 
 DISTNAME=      beets-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -40,7 +40,9 @@ USE_TOOLS+=   git
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+# does not support Python 3.14 as of 2.5.1
+# https://github.com/beetbox/beets/issues/6230
+PYTHON_VERSIONS_INCOMPATIBLE=  310 314
 
 # as of 2.5.1
 # 1082 passed, 101 skipped



Home | Main Index | Thread Index | Old Index