pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jellyfish
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 9 07:47:16 UTC 2025
Modified Files:
pkgsrc/textproc/py-jellyfish: Makefile
Log Message:
py-jellyfish: add workaround to fix build with Python 3.14
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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/textproc/py-jellyfish/Makefile
diff -u pkgsrc/textproc/py-jellyfish/Makefile:1.13 pkgsrc/textproc/py-jellyfish/Makefile:1.14
--- pkgsrc/textproc/py-jellyfish/Makefile:1.13 Wed Oct 8 21:28:28 2025
+++ pkgsrc/textproc/py-jellyfish/Makefile Thu Oct 9 07:47:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/10/08 21:28:28 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/10/09 07:47:15 wiz Exp $
DISTNAME= jellyfish-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Python library for doing approx
LICENSE= 2-clause-bsd
# https://codeberg.org/jpt/jellyfish/issues/231
-PYTHON_VERSIONS_INCOMPATIBLE+= 314
+MAKE_ENV+= PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
.include "cargo-depends.mk"
Home |
Main Index |
Thread Index |
Old Index