[Distutils] GSoC 2017 - Plan of Action for dependency resolver

Pradyun Gedam pradyunsg at gmail.com
Wed Mar 1 05:28:34 EST 2017


On Tue, Feb 28, 2017, 21:18 Jim Fulton <jim at jimfulton.info> wrote:

On Tue, Feb 28, 2017 at 10:14 AM, Pradyun Gedam <pradyunsg at gmail.com> wrote:
...

4. (if time permits) Move any dependency resolution code out into a
separate library.

   This would make it possible for other projects (like buildout or a
future pip replacement) to reuse the dependency resolver.


Thank you!


Welcome!


...

I do intend to reuse some of the work done by Robert Collins in PR #2716 on
pip's GitHub repository.


Are you aware of the proof of concept in distlib?


I am. I had looked at it a few weeks back. IIRC it makes a dependency graph
using distlib and operates with that.

I haven't really understood how it gets the information about dependencies
without downloading the packages... I'll give it another pass this weekend.


https://distil.readthedocs.io/en/0.1.0/overview.html#actual-improvements

Jim

-- 
Jim Fulton
http://jimfulton.info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170301/03a1488a/attachment.html>


More information about the Distutils-SIG mailing list