Re: Deprecate External Links
Richard Jones <[email protected]> Fri, 1 Mar 2013 20:53:11 +1100
| Newsgroups | gmane.comp.python.catalog |
|---|---|
| Message-ID | <CAHrZfZBh3b=joi7hDz=0gONeaB6jS589gtx59D8iuvmb+pY0VQ@mail.gmail.com> |
On 1 March 2013 20:24, M.-A. Lemburg <[email protected]> wrote: > * PyPI doesn't allow us to upload two egg files with the same > name: we have to provide egg files for UCS2 Python builds and > UCS4 Python builds, since easy_install/setuptools/pip don't > differentiate between the two variants. This is the main > reason why we're hosting our own PyPI-style indexes, one for > UCS2 and the other for UCS4 builds: > https://downloads.egenix.com/python/index/ucs2/ > https://downloads.egenix.com/python/index/ucs4/ Hm. that's a tricky one. I've assumed that the filename encodes all of the relevant build information. Perhaps that should be addressed (otherwise pity the poor user who downloads one or the other incorrectly and then runs into issues that are probably quite perplexing.) Richard