Gentoo Archives: gentoo-user

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Packages for Python 2.3
Date: Tue, 29 Aug 2006 05:28:10
Message-Id: 44F3CF73.1020709@gentoo.org
In Reply to: [gentoo-user] Packages for Python 2.3 by Pupeno
1 Pupeno wrote:
2 > Hello,
3 > I am developing some software that needs to be tested against Python 2.3. So
4 > my Gentoo box has both, Python 2.4 and 2.3. Now, I need to have some Python
5 > packages available for both (or at least, for 2.3), for example:
6 > mysql-python.
7 > How do I achieve that ?
8
9 You may need to modify the ebuild. Try adding something like this near
10 the top:
11
12 PYTHON_SLOT_VERSION="2.3"
13
14 That's used by distutils.eclass, which mysql-python inherits.
15
16 Thanks,
17 Donnie
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Packages for Python 2.3 Pupeno <pupeno@××××××.com>