From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ST8Tr-0003Ba-Pm for garchives@archives.gentoo.org; Sat, 12 May 2012 09:19:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58045E064C; Sat, 12 May 2012 09:19:12 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by pigeon.gentoo.org (Postfix) with ESMTP id C4239E064C for ; Sat, 12 May 2012 09:19:11 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8037220D92; Sat, 12 May 2012 05:19:11 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 12 May 2012 05:19:11 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:cc:subject:references :date:mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=smtpout; bh=6gZLqDKW1Lar3YBx8W0W7DQnrIs=; b=gRIt 937DWRBwRkdQThBc+5lcWVHEyt6vNLUoWiUW2GEckxAhBTBLeXL5PnNLv0m8ExtC zhzHvS5iPsBHHh4ePYIZkkQD2RdjxQGWEbstqXULHl0AglN5ZgaQI867/wNy2vNr l6d9fHHfihdFHwZsdJ9Xhbe2Zfi9xcxkS1T9K7w= X-Sasl-enc: vj1MeS73fzR/QtmvNXjTDRR+DFFjSJEUdKYEIWcTJ3W1 1336814351 Received: from verkdatorn.npdb (unknown [109.188.184.101]) by smtp.myopera.com (Postfix) with ESMTPSA id 96F2C8E0101; Sat, 12 May 2012 05:19:10 -0400 (EDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: gentoo-python@lists.gentoo.org Cc: "Krzysztof Pawlik" Subject: Re: [gentoo-python] New eclass for Python References: <4F4D4380.9070909@gentoo.org> Date: Sat, 12 May 2012 13:19:06 +0400 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Nikolaj Sjujskij" Message-ID: In-Reply-To: <4F4D4380.9070909@gentoo.org> User-Agent: Opera Mail/11.64 (Linux) X-Archives-Salt: a77f3f38-0480-4f39-a309-2fd335af7909 X-Archives-Hash: 72ecf1f63259dd99ead4e23a6cd7f211 Den 2012-02-29 01:13:36 skrev Krzysztof Pawlik : > Hello, > > After some work during weekend on Python packages I've decided to start a > rewrite of Python/distutils eclass for installing Python packages. > ... > Highlights: > ... > - uses PYTHON_TARGETS use-expand (no more python-updater, whoooo!) Hm... Does it require users to maintain correct PYTHON_TARGETS in make.conf? No default/fallback value? app-admin/eclean-kernel has just switched to new eclass and... !!! The ebuild selected to satisfy "app-admin/eclean-kernel" has unmet requirements. - app-admin/eclean-kernel-0.3::gentoo USE="(multilib)" PYTHON_TARGETS="-python2_6 -python2_7" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( python_targets_python2_6 python_targets_python2_7 ) It's not big deal, of course, but kind of annoying after so many years of automatic "build for current Python version unless USE_PYTHON is set".