diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-05-29 19:05:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-01 23:02:04 +0200 |
commit | 99c866a0bbe48b1c5c1558f7dd870bac85dcf0ad (patch) | |
tree | 6e4f08ed9b488a162146daac08a2597294be92bc /doc | |
parent | d23ef788b3fff804d017247c4fee170b693c533d (diff) | |
download | guix-99c866a0bbe48b1c5c1558f7dd870bac85dcf0ad.tar guix-99c866a0bbe48b1c5c1558f7dd870bac85dcf0ad.tar.gz |
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 <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2cd30f6f86..6d47976378 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 |