PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 17th of May, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[22:57:40] <dstufft> lifeless: ping
[23:08:18] <lifeless> dstufft: pong
[23:09:41] <dstufft> lifeless: your setup_requires from setup.cfg branch, any idea how much work it'd be to make that into something functioning for pyproject.toml? I'm not sure how far along it is or if it'd be more worthwhile for me to just start from scratch.
[23:10:10] <lifeless> dstufft: I'd suggest getting the resolver branch in first
[23:10:31] <lifeless> dstufft: it will provide a more robust cache, which you'll need to do the setup_requires stuff *without* installing into the target environment
[23:10:43] <lifeless> dstufft: which was the point where I'd stopped
[23:11:08] <dstufft> lifeless: mm okay
[23:11:23] <lifeless> the resolver branch is partially merged with the constraints code, just needs a little tweaking, and then review
[23:12:10] <lifeless> I mean, you might hate the way it looks today :)
[23:12:23] <lifeless> but you might not
[23:12:40] <lifeless> oh, we needed to decide on how to express 'install this overriding the resolver'
[23:12:43] <lifeless> e.g. ===
[23:12:46] <lifeless> or ====
[23:13:02] <dstufft> was there a PR for that already
[23:14:04] <lifeless> https://github.com/rbtcollins/pip/tree/issue-988
[23:14:16] <dstufft> ok cool
[23:14:20] <dstufft> I'll poke at this
[23:14:21] <dstufft> thanks lifeless
[23:14:39] <lifeless> gl