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:           Thu Oct  9 07:47:43 UTC 2025

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

Log Message:
py-beets: allow Python 3.14 again

Now that py-jellyfish supports it again


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/audio/py-beets/Makefile:1.43
--- pkgsrc/audio/py-beets/Makefile:1.42 Wed Oct  8 21:28:28 2025
+++ pkgsrc/audio/py-beets/Makefile      Thu Oct  9 07:47:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2025/10/08 21:28:28 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/10/09 07:47:43 wiz Exp $
 
 DISTNAME=      beets-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -41,7 +41,6 @@ USE_LANGUAGES=        # none
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310
-PYTHON_VERSIONS_INCOMPATIBLE+= 314 # py-jellyfish
 
 # as of 2.4.0
 # 1067 passed, 101 skipped, 1 warning



Home | Main Index | Thread Index | Old Index