pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cddl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 09:07:02 UTC 2025

Modified Files:
        pkgsrc/devel/py-cddl: Makefile

Log Message:
py-cddl: add workaround for Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cddl/Makefile

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

Modified files:

Index: pkgsrc/devel/py-cddl/Makefile
diff -u pkgsrc/devel/py-cddl/Makefile:1.6 pkgsrc/devel/py-cddl/Makefile:1.7
--- pkgsrc/devel/py-cddl/Makefile:1.6   Wed Jul  2 09:03:37 2025
+++ pkgsrc/devel/py-cddl/Makefile       Thu Oct  9 09:07:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/07/02 09:03:37 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/10/09 09:07:02 wiz Exp $
 
 DISTNAME=      pycddl-0.6.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -18,6 +18,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-bench
 # as of 0.6.3
 # 1 failed, 14 passed
 
+MAKE_ENV+=     PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
+
 .include "cargo-depends.mk"
 
 .include "../../devel/py-maturin/tool.mk"



Home | Main Index | Thread Index | Old Index