From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D976D138AEE for ; Mon, 18 Feb 2013 19:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F1BBE044C; Mon, 18 Feb 2013 19:52:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4CFFE044C for ; Mon, 18 Feb 2013 19:52:03 +0000 (UTC) Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 309CA33DC93 for ; Mon, 18 Feb 2013 19:52:02 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id x10so5132928wey.17 for ; Mon, 18 Feb 2013 11:51:40 -0800 (PST) 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 X-Received: by 10.194.161.135 with SMTP id xs7mr21566536wjb.41.1361217100325; Mon, 18 Feb 2013 11:51:40 -0800 (PST) Received: by 10.194.20.201 with HTTP; Mon, 18 Feb 2013 11:51:40 -0800 (PST) In-Reply-To: <20130218204431.1d061fa6@pomiocik.lan> References: <20130218204431.1d061fa6@pomiocik.lan> Date: Mon, 18 Feb 2013 14:51:40 -0500 Message-ID: Subject: Re: [gentoo-python] Binhost for pypy From: Mike Gilbert To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Cc: gentoo-python Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6682a5b5-ffea-496a-8ac9-133175078af1 X-Archives-Hash: 47d753307797cc959d63555a2bd67cf8 On Mon, Feb 18, 2013 at 2:44 PM, Micha=C5=82 G=C3=B3rny = wrote: > On Mon, 18 Feb 2013 13:09:40 -0500 > Mike Gilbert wrote: > >> I set up a mini-binhost in my devspace so that people can more easily >> install pypy on lower-end hardware. >> >> Add one the following to your PORTAGE_BINHOST depending on your arch. >> >> http://dev.gentoo.org/~floppym/pypy/amd64/ >> http://dev.gentoo.ogr/~floppym/pypy/x86/ > > Did you mean: ogre? > >> You should then be able to install pypy with emerge -g. > > Hmm, if you have both amd64 & x86, I think we should really consider > deploying pypy-bin. > Adding a separate pypy-bin package means we have to mess with the eclasses to get the deps right. Also I have no idea how we would deal with PYTHON_REQ_USE. Maybe use.force to implement fake use flags on pypy-bin? Overall, just reusing binpkgs seems simpler.