PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 22nd of June, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[15:19:55] <straycat_> lifeless, I don't follow your comments on https://github.com/pypa/pip/pull/2371, why is it wrong to use the dependencies pip used?
[18:06:50] <lifeless> straycat_: because what pip chooses is the result of evaluating a context specific expression - if you're feeding the output into a package repository, to satisfy the packages needs in another context
[18:07:07] <lifeless> straycat_: then you need to take the union of all possible interpretations of those expressions
[18:07:15] <lifeless> straycat_: not the concrete result for this context
[18:07:20] <lifeless> straycat_: see PEP-426 environment markers.