Re: [pypy-dev] RPython as a separate package

2014-04-16 Thread Ronan Lamy
Le 16/04/14 05:59, Bogdan Opanchuk a écrit : Hi Benjamin, Thank you, I've seen it in the repo. But one still cannot install it as a separate package, say, in CPython, and it's not even available as a package in the PyPy itself (it's only used at build stage, as far as I understand). Are there an

Re: [pypy-dev] RPython as a separate package

2014-04-16 Thread Samuel Giles
Bogdan: apologies, gmail, doesn't default to reply all and I forget sometimes.. msg: Bogdan, I just explicitly have pypy checked out somewhere and reference it with environment variables in my Makefile. It's not particularly nice, but it's really easy to get started on something and its kind of

Re: [pypy-dev] RPython as a separate package

2014-04-16 Thread Bogdan Opanchuk
Hi Armin, It is a package, but it is not discoverable. I cannot install it with pip, and I cannot set it as a dependency for some other package. On Wed, Apr 16, 2014 at 6:45 PM, Armin Rigo wrote: > Hi Bogdan, > > On 16 April 2014 06:59, Bogdan Opanchuk wrote: >> it's not even available as a pac

Re: [pypy-dev] RPython as a separate package

2014-04-16 Thread Armin Rigo
Hi Bogdan, On 16 April 2014 06:59, Bogdan Opanchuk wrote: > it's not even available as a package in the PyPy itself What do you mean? "rpython" is the name of the top-level directory we're talking about, with "__init__.py" and everything. It is a regular package. A bientôt, Armin. _

Re: [pypy-dev] RPython as a separate package

2014-04-15 Thread Bogdan Opanchuk
Hi Benjamin, Thank you, I've seen it in the repo. But one still cannot install it as a separate package, say, in CPython, and it's not even available as a package in the PyPy itself (it's only used at build stage, as far as I understand). Are there any plans to complete the splitting and make it a

Re: [pypy-dev] RPython as a separate package

2014-04-15 Thread Benjamin Peterson
On Tue, Apr 15, 2014, at 21:31, Bogdan Opanchuk wrote: > Hello, > > I would like to use the RPython toolchain in my project. The problem > is, RPython is currently hidden inside PyPy and therefore not readily > available. I found this thread > https://mail.python.org/pipermail/pypy-dev/2012-Octobe

[pypy-dev] RPython as a separate package

2014-04-15 Thread Bogdan Opanchuk
Hello, I would like to use the RPython toolchain in my project. The problem is, RPython is currently hidden inside PyPy and therefore not readily available. I found this thread https://mail.python.org/pipermail/pypy-dev/2012-October/010602.html which goes as far as to state "Note that the fact of