[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add Python 3.
From: |
Andreas Enge |
Subject: |
Re: [PATCH] gnu: Add Python 3. |
Date: |
Wed, 28 Aug 2013 16:12:47 +0200 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
Am Mittwoch, 28. August 2013 schrieb Ludovic Courtès:
> > +(define-public python3
>
> Nice that it works without any modifications. Please push. (I think
> Andreas wanted to discuss the naming convention for Python packages, but
> I think adding Python 3 doesn’t cause any problems.)
Only a little ;-)
I would rename
(define-public python
to
(define-public python-2
and add
(define-public python
for python version 3 (compare libjpeg for version 9 and libjpeg-8).
Then all packages relying on python will be recompiled with the newest
version. If this poses problems, we could modify the input to python-2.
Rationale: We would like to package the newest versions and give their
variables the default names. If for compatibility problems, we need an
older version, the corresponding variable should get a suffix. (While the
NAME field of a package should be the default name in all cases.)
Andreas