pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 17:22:24 UTC 2023

Modified Files:
        pkgsrc/doc: pkgsrc.html pkgsrc.txt

Log Message:
doc/pkgsrc.*: regen


To generate a diff of this commit:
cvs rdiff -u -r1.361 -r1.362 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.359 -r1.360 pkgsrc/doc/pkgsrc.txt

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

Modified files:

Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.361 pkgsrc/doc/pkgsrc.html:1.362
--- pkgsrc/doc/pkgsrc.html:1.361        Fri Sep 29 09:26:46 2023
+++ pkgsrc/doc/pkgsrc.html      Sun Oct 29 17:22:23 2023
@@ -5317,13 +5317,9 @@ PYTHON_VERSIONS_INCOMPATIBLE=       27
 </pre>
 <p>
 If the packaged software is a Python module, include one of
-<code class="filename">../../lang/python/egg.mk</code> or
-<code class="filename">../../lang/python/extension.mk</code>.</p>
-<p>Most Python packages use setuptools (<span class="quote">&#8220;<span class="quote">eggs</span>&#8221;</span>).
-If the packaged software is using setuptools, you only need
-to include <span class="quote">&#8220;<span class="quote"><code class="filename">../../lang/python/egg.mk</code></span>&#8221;</span>.
+<code class="filename">../../lang/python/wheel.mk</code>.
 </p>
-<p>Either way, the package directory should be called
+<p>The package directory should be called
 <span class="quote">&#8220;<span class="quote">py-software</span>&#8221;</span> and <code class="varname">PKGNAME</code> should be set to
 <span class="quote">&#8220;<span class="quote">${PYPKGPREFIX}-${DISTNAME}</span>&#8221;</span>, e.g.
 </p>

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.359 pkgsrc/doc/pkgsrc.txt:1.360
--- pkgsrc/doc/pkgsrc.txt:1.359 Fri Sep 29 09:26:46 2023
+++ pkgsrc/doc/pkgsrc.txt       Sun Oct 29 17:22:23 2023
@@ -4186,13 +4186,10 @@ supported, e.g.
 PYTHON_VERSIONS_INCOMPATIBLE=       27
 
 If the packaged software is a Python module, include one of ../../lang/python/
-egg.mk or ../../lang/python/extension.mk.
+wheel.mk.
 
-Most Python packages use setuptools ("eggs"). If the packaged software is using
-setuptools, you only need to include "../../lang/python/egg.mk".
-
-Either way, the package directory should be called "py-software" and PKGNAME
-should be set to "${PYPKGPREFIX}-${DISTNAME}", e.g.
+The package directory should be called "py-software" and PKGNAME should be set
+to "${PYPKGPREFIX}-${DISTNAME}", e.g.
 
 DISTNAME=   foopymodule-1.2.10
 PKGNAME=    ${PYPKGPREFIX}-${DISTNAME}



Home | Main Index | Thread Index | Old Index