civodul pushed a commit to branch master
in repository guix.
commit 99c866a0bbe48b1c5c1558f7dd870bac85dcf0ad
Author: Hartmut Goebel <[email protected]>
Date: Sun May 29 19:05:40 2016 +0200
doc: Update specification for Python packages
* doc/guix.texi (Python Packages): Add rule for packages with upstream
name starting with "py".
Signed-off-by: Ludovic Courtès <[email protected]>
---
doc/guix.texi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 2cd30f6..6d47976 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11113,7 +11113,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