[BUG] easy_install bzr is broken

John Arbash Meinel john at arbash-meinel.com
Sat Sep 26 18:53:52 BST 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Belchenko wrote:
>  Just reported in ru_bzr that easy_install bzr no more works:
> 
>     easy_install bzr
>     Searching for bzr
>     Reading http://cheeseshop.python.org/pypi/bzr/
>     Reading http://www.bazaar-vcs.org/
>     Reading http://bazaar-vcs.org/Download
>     Reading http://cheeseshop.python.org/pypi/bzr/1.17
>     No local packages or download links found for bzr
>     error: Could not find suitable distribution for Requirement.parse('bzr')
> 
> 
> (I can't file a bug right now, but this is critical for 2.0 IMO).
> 

That is part of the issue with having Ian move all of the download links
away from the Download page.

Possibly we just need to upload a new entry to PyPi to indicate where
the files should be downloaded from. Our setup.py still lists:

META_INFO = {
    'name':         'bzr',
    'version':      bzrlib.__version__,
    'author':       'Canonical Ltd',
    'author_email': 'bazaar at lists.canonical.com',
    'url':          'http://www.bazaar-vcs.org/',
    'description':  'Friendly distributed version control system',
    'license':      'GNU GPL v2',
    'download_url': 'http://bazaar-vcs.org/Download',

^- So "easy_install" assumes that it can find a download link matching
the tarball name from "http://bazaar-vcs.org/Download". And obviously it
cannot anymore.

John
=:_>
- -
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkq+VTAACgkQJdeBCYSNAAOoBgCghfF8hiEJnT8Bw+gSXfEMAU2r
RkAAnAl9D8DMVDlA1QvIUkqjxh7I7lfj
=wbOA
-----END PGP SIGNATURE-----



More information about the bazaar mailing list