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:   gutteridge
Date:           Tue Jan  9 22:48:13 UTC 2024

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

Log Message:
wheel.mk: explain that including this does not pull in py-wheel


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/lang/python/wheel.mk:1.13
--- pkgsrc/lang/python/wheel.mk:1.12    Thu Dec  7 17:59:17 2023
+++ pkgsrc/lang/python/wheel.mk Tue Jan  9 22:48:13 2024
@@ -1,7 +1,12 @@
-# $NetBSD: wheel.mk,v 1.12 2023/12/07 17:59:17 thor Exp $
+# $NetBSD: wheel.mk,v 1.13 2024/01/09 22:48:13 gutteridge Exp $
 #
 # Build and install Python wheels
 #
+# Note per PEP-518, the minimum and default requirements to create .whl files
+# are py-setuptools plus py-wheel; however, there are various other possible
+# tools that projects can use. Thus inclusion of this file does not imply these
+# defaults are defined as TOOL_DEPENDS. This must be done in the package Makefile.
+#
 # Variables:
 #
 # WHEELFILE:           path to the wheelfile to be installed



Home | Main Index | Thread Index | Old Index