Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python3 - how to disable for an individual package?
Date: Sat, 03 Nov 2012 12:54:23
Message-Id: 1351947126.13910.0@numa-i
In Reply to: Re: [gentoo-user] Python3 - how to disable for an individual package? by Michael Mol
1 On 11/03/2012 01:18:46 PM, Michael Mol wrote:
2 > On Nov 3, 2012 4:33 AM, "Helmut Jarausch"
3 > <jarausch@××××××××××××××××.de>
4 > wrote:
5 > >
6 > > Hi,
7 > >
8 > > since some Python packages are still broken w.r.t. Python3 and
9 > still more
10 > w.r.t. Python3.3, I'd like to disable
11 > > installation of Python3 related files for same (but not all)
12 > packages.
13 > >
14 > > How can this be achieved?
15 > >
16 > > Many thanks for a hint,
17 > > Helmut.
18 > >
19 >
20 > eselect python
21 >
22 > ^-- What you really want.
23 >
24 > Set your default python version to 2.7, but you can still have 3.x
25 > available for what needs it.
26
27
28 Thanks, I've done that.
29 Still many Python packages try to install for 2.7 AND 3.x.
30 If the second fails, the whole emerge fails.
31 I want to restrict some packages to only install for Python 2.7
32 I'll try to set PYTHON_TARGETS in /etc/portage/env/<Packagename>
33 and see if it helps.
34
35 Helmut.

Replies

Subject Author
Re: [gentoo-user] Python3 - how to disable for an individual package? julian <julian.ospald@××××××××××.com>