public inbox for gentoo-python@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-python] Binhost for pypy
@ 2013-02-18 18:09 Mike Gilbert
  2013-02-18 19:44 ` Michał Górny
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Gilbert @ 2013-02-18 18:09 UTC (permalink / raw
  To: gentoo-python

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/

You should then be able to install pypy with emerge -g.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-python] Binhost for pypy
  2013-02-18 18:09 [gentoo-python] Binhost for pypy Mike Gilbert
@ 2013-02-18 19:44 ` Michał Górny
  2013-02-18 19:51   ` Mike Gilbert
  0 siblings, 1 reply; 5+ messages in thread
From: Michał Górny @ 2013-02-18 19:44 UTC (permalink / raw
  To: Mike Gilbert; +Cc: gentoo-python

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

On Mon, 18 Feb 2013 13:09:40 -0500
Mike Gilbert <floppym@gentoo.org> 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.

-- 
Best regards,
Michał Górny

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 316 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-python] Binhost for pypy
  2013-02-18 19:44 ` Michał Górny
@ 2013-02-18 19:51   ` Mike Gilbert
  2013-02-18 21:13     ` Michał Górny
  2013-02-19 13:30     ` Nikolaj Sjujskij
  0 siblings, 2 replies; 5+ messages in thread
From: Mike Gilbert @ 2013-02-18 19:51 UTC (permalink / raw
  To: Michał Górny; +Cc: gentoo-python

On Mon, Feb 18, 2013 at 2:44 PM, Michał Górny <mgorny@gentoo.org> wrote:
> On Mon, 18 Feb 2013 13:09:40 -0500
> Mike Gilbert <floppym@gentoo.org> 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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-python] Binhost for pypy
  2013-02-18 19:51   ` Mike Gilbert
@ 2013-02-18 21:13     ` Michał Górny
  2013-02-19 13:30     ` Nikolaj Sjujskij
  1 sibling, 0 replies; 5+ messages in thread
From: Michał Górny @ 2013-02-18 21:13 UTC (permalink / raw
  To: Mike Gilbert; +Cc: gentoo-python

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

On Mon, 18 Feb 2013 14:51:40 -0500
Mike Gilbert <floppym@gentoo.org> wrote:

> On Mon, Feb 18, 2013 at 2:44 PM, Michał Górny <mgorny@gentoo.org> wrote:
> > On Mon, 18 Feb 2013 13:09:40 -0500
> > Mike Gilbert <floppym@gentoo.org> 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.

With python-r1 it should be quite simple.

Does PMS permit things like:

  || ( a b || ( c d ) e )

? AFAICS it doesn't prohibit it, saying that || () takes 'dependency
atoms of any type'.

> Also I have no idea how we would deal with PYTHON_REQ_USE. Maybe
> use.force to implement fake use flags on pypy-bin?

Yes, use.force is a good idea indeed. Or a virtual :P.

> Overall, just reusing binpkgs seems simpler.

For you, not for users :P.

-- 
Best regards,
Michał Górny

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 316 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-python] Binhost for pypy
  2013-02-18 19:51   ` Mike Gilbert
  2013-02-18 21:13     ` Michał Górny
@ 2013-02-19 13:30     ` Nikolaj Sjujskij
  1 sibling, 0 replies; 5+ messages in thread
From: Nikolaj Sjujskij @ 2013-02-19 13:30 UTC (permalink / raw
  To: Michał Górny, Mike Gilbert; +Cc: gentoo-python

Den 2013-02-18 23:51:40 skrev Mike Gilbert <floppym@gentoo.org>:

> On Mon, Feb 18, 2013 at 2:44 PM, Michał Górny <mgorny@gentoo.org> wrote:
>> On Mon, 18 Feb 2013 13:09:40 -0500
>> Mike Gilbert <floppym@gentoo.org> 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.

  dev-lang/ghc has IUSE="binary" for similar purposes.

Prebuilt PyPy is great idea indeed.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-19 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 18:09 [gentoo-python] Binhost for pypy Mike Gilbert
2013-02-18 19:44 ` Michał Górny
2013-02-18 19:51   ` Mike Gilbert
2013-02-18 21:13     ` Michał Górny
2013-02-19 13:30     ` Nikolaj Sjujskij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox