Bazaar version in PyPI
Wouter van Heyst
larstiq at larstiq.dyndns.org
Tue May 31 11:59:06 UTC 2011
On Tue, May 31, 2011 at 14:35:20 +0300, Alexander Belchenko wrote:
> vila пишет:
> >>>>>>Dmitry Gladkov <dmitry.gladkov at gmail.com> writes:
...
> > > $ easy_install bzr
> > > Searching for bzr
> > > Best match: bzr 2.4b3
> >
> >Right, that's the bug, despite us telling the latest stable is 2.3.3, it
> >stills thinks the "best" match is 2.4b3. You should probably report a
> >bug for that but I don't where ;-/
> >
> >That matches my fuzzy memory but doesn't bring back more :-/
>
> That's easy_install stuff. We have very plain support for
> easy_install in bzr's setup.py. I don't think anybody ever tried to
> provide a full support for easy_install.
The last time I read easy_install code, it would scrape the pages pointed
at by the `Home Page` and `Download URL` fields of pypi.
Possibly it can be told to behave better, apparently there are people
who would like to use it or variants like pip.
For what it's worth
$ pip search bzr
bzr - Friendly distributed version control system
INSTALLED: 2.1.2
LATEST: 2.3.3
$ pip -E virtual_env install bzr
...
Downloading bzr-2.4b3.tar.gz (7.3Mb): 7.3Mb downloaded
...
Seems like a bug in pip to me.
Wouter van Heyst
More information about the bazaar
mailing list