hi, think so, here is what I get if I try to install the versions already
there with their egg-info files:

$ pip install argparse==1.2.1
Requirement already satisfied (use --upgrade to upgrade): argparse==1.2.1
in /usr/lib/python2.7
Cleaning up...
$ pip install wsgiref==0.1.2
Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in
/usr/lib/python2.7
Cleaning up...


On Fri, Mar 8, 2013 at 10:24 PM, Armin Rigo <ar...@tunes.org> wrote:

> Hi Samuele,
>
> On Tue, Mar 5, 2013 at 9:05 PM, Samuele Pedroni
> <samuele.pedr...@gmail.com> wrote:
> > part of what cpython does (did?) in this sort of cases is to ship a
> > *.egg-info for the package that has an external existence as well, like
> in
> > CPython2.7 you can see there are .egg-info files for wsgiref and
> argparse in
> > the stdlib dir.
>
> Thanks for the tip.  The presence of the .egg-info file is enough to
> convince both pip and easy_install that the package is already
> installed?
>
>
> A bientôt,
>
> Armin.
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to