pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Apr 11 22:07:54 UTC 2025

Modified Files:
        pkgsrc/lang/python: wheel.mk

Log Message:
lang/python: Note that py-test is the standard approach


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/python/wheel.mk

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

Modified files:

Index: pkgsrc/lang/python/wheel.mk
diff -u pkgsrc/lang/python/wheel.mk:1.20 pkgsrc/lang/python/wheel.mk:1.21
--- pkgsrc/lang/python/wheel.mk:1.20    Sun Feb  2 15:26:12 2025
+++ pkgsrc/lang/python/wheel.mk Fri Apr 11 22:07:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.20 2025/02/02 15:26:12 gdt Exp $
+# $NetBSD: wheel.mk,v 1.21 2025/04/11 22:07:54 gdt Exp $
 #
 # Build and install Python wheels
 #
@@ -24,6 +24,8 @@
 #                      Only needs to be set if do-build is redefined.
 #
 # USE_PYTEST:          If set to yes, depend on py-test and use it for testing.
+#                      (This is strongly the standard approach; often upstreams
+#                      will not even document it.)
 #                      Default: yes
 #
 # WHEEL_ARGS:          Additional arguments to pass during build of the wheel.



Home | Main Index | Thread Index | Old Index