guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add Scikit-learn.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add Scikit-learn.
Date: Thu, 26 Feb 2015 18:11:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Andreas Enge <address@hidden> skribis:

>  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}.

I think a Python “module” is a single .py file.  In that case “package”
seems more accurate, no?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]