Gentoo Archives: gentoo-python

From: Nikolaj Sjujskij <sterkrig@×××××××.com>
To: gentoo-python@l.g.o
Cc: Krzysztof Pawlik <nelchael@g.o>
Subject: Re: [gentoo-python] New eclass for Python
Date: Sat, 12 May 2012 09:19:16
Message-Id: op.wd6ut4ruh7emz2@verkdatorn.npdb
In Reply to: [gentoo-python] New eclass for Python by Krzysztof Pawlik
1 Den 2012-02-29 01:13:36 skrev Krzysztof Pawlik <nelchael@g.o>:
2
3 > Hello,
4 >
5 > After some work during weekend on Python packages I've decided to start a
6 > rewrite of Python/distutils eclass for installing Python packages.
7 > ...
8 > Highlights:
9 > ...
10 > - uses PYTHON_TARGETS use-expand (no more python-updater, whoooo!)
11 Hm... Does it require users to maintain correct PYTHON_TARGETS in
12 make.conf? No default/fallback value? app-admin/eclean-kernel has just
13 switched to new eclass and...
14
15 !!! The ebuild selected to satisfy "app-admin/eclean-kernel" has unmet
16 requirements.
17 - app-admin/eclean-kernel-0.3::gentoo USE="(multilib)"
18 PYTHON_TARGETS="-python2_6 -python2_7"
19
20 The following REQUIRED_USE flag constraints are unsatisfied:
21 any-of ( python_targets_python2_6 python_targets_python2_7 )
22
23 It's not big deal, of course, but kind of annoying after so many years of
24 automatic "build for current Python version unless USE_PYTHON is set".

Replies

Subject Author
Re: [gentoo-python] New eclass for Python Krzysztof Pawlik <nelchael@g.o>