[issue8927] Handle version incompatibilities in dependencies

Sridhar Ratnakumar report at bugs.python.org
Tue Jun 7 20:05:07 CEST 2011


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

On 2011-06-07, at 10:39 AM, Éric Araujo wrote:

> Éric Araujo <merwok at netwok.org> added the comment:
> 
>> Not all packages upload their release sources (thus metadata) to PyPI
> No, it’s register that uploads metadata.

(was not sent before?)

Ok, that's interesting. Does p7g.install support packages that do not register their new releases?

Setuptools/PIP does by scraping the project home pages.

Eg: http://pypi.python.org/pypi/PyChecker incorrectly (but expected) shows 0.8.12 as latest, but http://pychecker.sourceforge.net/ shows 0.8.19 as the latest. Will p7g.install install 0.8.19?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8927>
_______________________________________


More information about the Python-bugs-list mailing list