all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: Add Scikit-learn.
Date: Wed, 25 Feb 2015 23:57:40 +0100	[thread overview]
Message-ID: <20150225225740.GA13495@debian> (raw)
In-Reply-To: <20150225225215.GA13330@debian>

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

And attached a patch to the packaging guidelines to clarify how to name
python module packages.

Andreas


[-- Attachment #2: 0001-doc-Clarify-wording-for-naming-of-python-module-pack.patch --]
[-- Type: text/plain, Size: 1619 bytes --]

From 9f44c7a847fb9122efc546ae4ad73e53f4fb9214 Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Wed, 25 Feb 2015 23:55:07 +0100
Subject: [PATCH] doc: Clarify wording for naming of python module packages.

* doc/guix.texi (Python Modules): Make clear that the name of a python
  module package is to be derived from the module name.
---
 doc/guix.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 81b9353..2f6f35e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2477,7 +2477,7 @@ To illustrate the idea, here is an example of a gexp:
   #~(begin
       (mkdir #$output)
       (chdir #$output)
-      (symlink (string-append #$coreutils "/bin/ls") 
+      (symlink (string-append #$coreutils "/bin/ls")
                "list-files")))
 @end example
 
@@ -5521,12 +5521,12 @@ seems desirable that the name of a package for a Python module contains
 the word @code{python}.
 
 Some modules are compatible with only one version of Python, others with both.
-If the package Foo compiles only with Python 3, we name it
+If the module Foo compiles only with Python 3, we name it
 @code{python-foo}; if it compiles only with Python 2, we name it
 @code{python2-foo}. If it is compatible with both versions, we create two
 packages with the corresponding names.
 
-If a project already contains the word @code{python}, we drop this;
+If a module name 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}.
 
-- 
2.2.1


  reply	other threads:[~2015-02-25 22:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23 16:24 [PATCH] gnu: Add Scikit-learn Ricardo Wurmus
2015-02-23 17:17 ` Ricardo Wurmus
2015-02-23 17:36   ` Andreas Enge
2015-02-26 11:28     ` Ricardo Wurmus
2015-02-26 20:44       ` Andreas Enge
2015-02-23 17:52   ` Andreas Enge
2015-02-25 22:52     ` Andreas Enge
2015-02-25 22:57       ` Andreas Enge [this message]
2015-02-26 17:11         ` Ludovic Courtès
2015-02-26 17:59           ` Andreas Enge
2015-02-26 18:20             ` Ludovic Courtès
2015-02-26 18:23               ` Andreas Enge
2015-02-26 20:03             ` Eric Bavier
2015-02-26 20:43               ` Andreas Enge
2015-02-26 21:10                 ` Eric Bavier
2015-02-27  9:41                   ` Andreas Enge
2015-02-27 22:48                     ` Andreas Enge
2015-02-27 23:53                       ` Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150225225740.GA13495@debian \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.