pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  8 21:28:28 UTC 2025

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

Log Message:
*: mark py-jellyfish and dependencies as not-for-Python 3.14

link to upstream ticket


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/py-beets/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-jellyfish/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.41 pkgsrc/audio/py-beets/Makefile:1.42
--- pkgsrc/audio/py-beets/Makefile:1.41 Mon Sep 22 20:32:13 2025
+++ pkgsrc/audio/py-beets/Makefile      Wed Oct  8 21:28:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2025/09/22 20:32:13 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2025/10/08 21:28:28 wiz Exp $
 
 DISTNAME=      beets-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -41,6 +41,7 @@ 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

Index: pkgsrc/textproc/py-jellyfish/Makefile
diff -u pkgsrc/textproc/py-jellyfish/Makefile:1.12 pkgsrc/textproc/py-jellyfish/Makefile:1.13
--- pkgsrc/textproc/py-jellyfish/Makefile:1.12  Wed May 21 13:38:48 2025
+++ pkgsrc/textproc/py-jellyfish/Makefile       Wed Oct  8 21:28:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/05/21 13:38:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/10/08 21:28:28 wiz Exp $
 
 DISTNAME=      jellyfish-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE=     https://github.com/jamesturk/j
 COMMENT=       Python library for doing approximate and phonetic matching of strings
 LICENSE=       2-clause-bsd
 
+# https://codeberg.org/jpt/jellyfish/issues/231
+PYTHON_VERSIONS_INCOMPATIBLE+= 314
+
 .include "cargo-depends.mk"
 
 .include "../../devel/py-maturin/tool.mk"



Home | Main Index | Thread Index | Old Index