[2/2] doc: Update specification for Python packages
Commit Message
* doc/guix.texi (Python Packages): Add rule for packages with upstream
name starting with "py".
---
doc/guix.texi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Comments
Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:
> * doc/guix.texi (Python Packages): Add rule for packages with upstream
> name starting with "py".
Applied, thanks!
Ludo’.
@@ -11104,7 +11104,9 @@ packages with the corresponding names.
If a project already contains the word @code{python}, we drop this;
for instance, the module python-dateutil is packaged under the names
-@code{python-dateutil} and @code{python2-dateutil}.
+@code{python-dateutil} and @code{python2-dateutil}. If the project name
+starts with @code{py} (e.g. @code{pytz}), we keep it and prefix it as
+described above.
@node Perl Modules