PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 19th of April, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:37:41] <dstufft> https://github.com/evitalis/pipmem
[11:56:39] <lifeless> njs`: I'm not sure I agree
[11:57:14] <lifeless> njs`: but: the problem isn't extras, its that METADATA used a hack to encode extras as markers, and we're stuck with handling that fairly bogus thing.
[11:58:00] <lifeless> njs`: a not-unusual programmer 'optimisation' that turned metadata into a component in a richer language, which we now have to un-mix
[14:51:41] <moo-_-> my package installation is working under pip and broken under python setup.py install
[14:51:53] <moo-_-> how can I discriminate these use cases, so that I can abort the installation under python setup.py install case?