[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add Cython
From: |
Andreas Enge |
Subject: |
Re: [PATCH] gnu: Add Cython |
Date: |
Thu, 23 Oct 2014 08:25:34 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Oct 20, 2014 at 08:43:38PM +0200, Federico Beffa wrote:
> I'm a little bit unsure about the name of the package. I've not
> prefixed it with "python[2]-" as the program extends the Python
> language and can work with both (2 and 3) Python version series.
> However, the package installs files in
> ".../lib/python${version}/site-packages/...". The naming is in-line
> with Debian naming.
Since there will be two packages, I suggest to follow our python module
naming conventions although this is not a python module, and to prepend
with "python-" and "python2-". Writing "cython2" would look as if this were
a next generation cython (in particular, it would look newer than plain
cython in version 0.21.1).
Andreas