PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 20th of November, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:41:39] <ErikRose> At the tip of develop, parse_requirements() takes a required keyword, "seesion", but a lot of call sites don't seem to pass it in. What's up?
[01:44:45] <dstufft> which call sites don't?
[01:45:55] <ErikRose> Wait, there's more than one parse_requirements() in the codebase.,, :-p
[01:46:22] <ErikRose> Yep, false alarm. Sorry.
[01:47:45] <dstufft> no worries :)
[01:47:50] <dstufft> yay pip's code base
[01:47:55] <ErikRose> hehe
[01:48:35] <ErikRose> While I have you here, do you know if there's a function in pip that just downloads packages without executing their setup.py files?
[01:48:46] <ErikRose> pip install --download does both.
[01:49:07] <ErikRose> I'm looking at taking apart req_set.prepare_files(), but if I don't have to, then hooray.
[01:49:25] <dstufft> No there is not :/ there's an open ticket to not execute the setup.py if --no-deps is specified
[01:49:55] <ErikRose> Ah, thanks.
[02:20:53] <ErikRose> Wow, prepare_files() is so much cleaner in 6.0.
[02:21:01] <ErikRose> Good job, somebody.
[03:00:32] <dstufft> ErikRose: oh that was probably us dropping the pip bundle support
[03:01:18] <ErikRose> dstufft: You also seem to have collected all the egg_info generating at the end, rather than interleaving it.
[03:01:25] <ErikRose> Very handy for my purposes :-)