pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-bidi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 11:51:41 UTC 2025

Modified Files:
        pkgsrc/converters/py-bidi: Makefile

Log Message:
py-bidi: add workaround for building with Python 3.14

Link to upstream bug report


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/py-bidi/Makefile

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

Modified files:

Index: pkgsrc/converters/py-bidi/Makefile
diff -u pkgsrc/converters/py-bidi/Makefile:1.4 pkgsrc/converters/py-bidi/Makefile:1.5
--- pkgsrc/converters/py-bidi/Makefile:1.4      Sun Apr 13 07:38:16 2025
+++ pkgsrc/converters/py-bidi/Makefile  Thu Oct  9 11:51:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/13 07:38:16 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/10/09 11:51:41 wiz Exp $
 
 DISTNAME=      python_bidi-0.6.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python_//}
@@ -12,6 +12,9 @@ LICENSE=      gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-maturin>=1:../../devel/py-maturin
 
+# https://github.com/MeirKriheli/python-bidi/issues/36
+MAKE_ENV+=     PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pybidi pybidi-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index