[2/2] doc: Update specification for Python packages

Message ID 1464541540-13495-2-git-send-email-h.goebel@crazy-compilers.com
State New
Headers

Commit Message

Hartmut Goebel May 29, 2016, 5:05 p.m. UTC
  * 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

Ludovic Courtès June 1, 2016, 9:02 p.m. UTC | #1
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’.
  

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index fab39e5..843f434 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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