pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 11 17:02:24 UTC 2024
Modified Files:
pkgsrc/doc/guide/files: creating.xml
Log Message:
doc: remove py-wheel recommendation
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/doc/guide/files/creating.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/creating.xml
diff -u pkgsrc/doc/guide/files/creating.xml:1.42 pkgsrc/doc/guide/files/creating.xml:1.43
--- pkgsrc/doc/guide/files/creating.xml:1.42 Fri May 10 12:15:23 2024
+++ pkgsrc/doc/guide/files/creating.xml Mon Nov 11 17:02:24 2024
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.42 2024/05/10 12:15:23 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.43 2024/11/11 17:02:24 wiz Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -174,10 +174,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
<para>
If the packaged software is a Python module, include
<filename>../../lang/python/wheel.mk</filename>. Note per PEP-518,
-the minimum and default requirements to create .whl files are
-<filename role="pkg">devel/py-setuptools</filename> plus <filename
-role="pkg">devel/py-wheel</filename>; however, there are various other
-possible tools that projects can use. Thus inclusion of
+the minimum and default requirement to create .whl files is <filename
+role="pkg">devel/py-setuptools</filename>; however, there are various
+other possible tools that projects can use. Thus inclusion of
<filename>wheel.mk</filename> does not imply these defaults are
defined as <varname>TOOL_DEPENDS</varname>. Whatever the project
specifically requires as packaging tools must be defined in the
Home |
Main Index |
Thread Index |
Old Index