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:19 UTC 2025

Modified Files:
        pkgsrc/lang/python313: Makefile

Log Message:
python313: pkglint cleanup


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

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.21 pkgsrc/lang/python313/Makefile:1.22
--- pkgsrc/lang/python313/Makefile:1.21 Thu Aug  7 14:23:01 2025
+++ pkgsrc/lang/python313/Makefile      Thu Aug  7 14:23:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/08/07 14:23:01 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/08/07 14:23:18 wiz Exp $
 
 .include "dist.mk"
 
@@ -55,10 +55,10 @@ PTHREAD_OPTS+=      require
 PLIST_VARS+=   uuid
 
 # NetBSD-8 curses has enough support for py-curses
-USE_CURSES=            getsyx update_panels wide
+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
+FAKE_NCURSES=  yes
 .else
 # https://github.com/python/cpython/issues/124228
 PLIST.uuid=    yes



Home | Main Index | Thread Index | Old Index