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:   gdt
Date:           Wed Jun 15 22:26:45 UTC 2022

Modified Files:
        pkgsrc/doc/guide/files: creating.xml

Log Message:
guide/creating:  Clarify Python naming

Specify that PKGNAME should match "pip install" for things in PyPi.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/doc/guide/files/creating.xml:1.37
--- pkgsrc/doc/guide/files/creating.xml:1.36    Sun Feb  6 21:21:08 2022
+++ pkgsrc/doc/guide/files/creating.xml Wed Jun 15 22:26:45 2022
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.36 2022/02/06 21:21:08 rillig Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.37 2022/06/15 22:26:45 gdt Exp $ -->
 
 <chapter id="creating">
 <title>Creating a new pkgsrc package from scratch</title>
@@ -187,7 +187,10 @@ to include <quote><filename>../../lang/p
 <programlisting>
 DISTNAME=   foopymodule-1.2.10
 PKGNAME=    ${PYPKGPREFIX}-${DISTNAME}
-</programlisting></para>
+</programlisting>
+For software in PyPi, the name should match what PyPi specifies for
+"pip install software".
+</para>
 
 <para>If it is an application, include
 <quote><filename>../../lang/python/application.mk</filename></quote>.



Home | Main Index | Thread Index | Old Index