Gentoo Archives: gentoo-dev

From: Arfrever Frehtes Taifersar Arahesis <Arfrever@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Stabilization of Python 3.1
Date: Sun, 20 Sep 2009 17:32:49
Message-Id: 200909201935.08611.Arfrever@gentoo.org
In Reply to: Re: [gentoo-dev] Stabilization of Python 3.1 by Nirbheek Chauhan
1 2009-09-20 19:25:55 Nirbheek Chauhan napisaƂ(a):
2 > On Sun, Sep 20, 2009 at 9:37 PM, Arfrever Frehtes Taifersar Arahesis
3 > <Arfrever@g.o> wrote:
4 > > which depend on Python 3) wouldn't break any packages and wouldn't require
5 > > to switch main Python interpreter to Python 3.
6 > >
7 >
8 > Package X (stable) requires python-2
9 > Package Y (stable) requires python-3
10 >
11 > => User can't use both at the same time.
12
13 Distribute/Setuptools will ensure that appropriate shebang is present in Python
14 scripts. In other cases, we can easily modify shebangs in installed scripts.
15 (A new function in python.eclass could be created for this purpose, but until
16 now it isn't needed.)
17
18 --
19 Arfrever Frehtes Taifersar Arahesis

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Stabilization of Python 3.1 Nirbheek Chauhan <nirbheek@g.o>