pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python313



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug  7 14:23:01 UTC 2025

Modified Files:
        pkgsrc/lang/python313: Makefile PLIST

Log Message:
python313: new in 3.13.6: libuuid disabled on NetBSD

https://github.com/python/cpython/issues/124228


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/python313/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/python313/PLIST

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

Modified files:

Index: pkgsrc/lang/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.20 pkgsrc/lang/python313/Makefile:1.21
--- pkgsrc/lang/python313/Makefile:1.20 Wed Jun  4 14:15:56 2025
+++ pkgsrc/lang/python313/Makefile      Thu Aug  7 14:23:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/06/04 14:15:56 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/08/07 14:23:01 wiz Exp $
 
 .include "dist.mk"
 
@@ -52,11 +52,16 @@ PTHREAD_OPTS+=      require
 
 .include "../../mk/bsd.prefs.mk"
 
+PLIST_VARS+=   uuid
+
 # NetBSD-8 curses has enough support for py-curses
 USE_CURSES=            getsyx update_panels wide
 # But we build as ncurses still to get the full feature set easily
 .if ${OPSYS} == "NetBSD"
 FAKE_NCURSES=          yes
+.else
+# https://github.com/python/cpython/issues/124228
+PLIST.uuid=    yes
 .endif
 
 .if ${USE_CROSS_COMPILE:tl} == yes

Index: pkgsrc/lang/python313/PLIST
diff -u pkgsrc/lang/python313/PLIST:1.7 pkgsrc/lang/python313/PLIST:1.8
--- pkgsrc/lang/python313/PLIST:1.7     Thu Aug  7 11:39:16 2025
+++ pkgsrc/lang/python313/PLIST Thu Aug  7 14:23:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/08/07 11:39:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/08/07 14:23:01 wiz Exp $
 bin/idle${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -1807,7 +1807,7 @@ lib/python${PY_VER_SUFFIX}/lib-dynload/_
 lib/python${PY_VER_SUFFIX}/lib-dynload/_testmultiphase.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/_testsinglephase.so
 ${PLIST.tkinter}lib/python${PY_VER_SUFFIX}/lib-dynload/_tkinter.so
-lib/python${PY_VER_SUFFIX}/lib-dynload/_uuid.so
+${PLIST.uuid}lib/python${PY_VER_SUFFIX}/lib-dynload/_uuid.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/_xxtestfuzz.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/_zoneinfo.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/array.so



Home | Main Index | Thread Index | Old Index