[00:04:23] <qwcode> is there a reliable debian/ubuntu PPA for pypa stuff, similar to Copr's pypa/pypa?
[00:33:20] <qwcode> dstufft, the multi-line support was in the PR for supporting --install-option per requirement. I just helped with tests and cleanup on that to get it merged
[20:09:38] <xafer> Hello, could someone review the 3 small similar PRs: https://github.com/pypa/pip/pull/3007, https://github.com/pypa/pip/pull/3008 and https://github.com/pypa/pip/pull/3031 ?
[23:53:25] <transit> In a setup.py script I made a custom install command to do some extra things. Now that package gives the error "error: option --single-version-externally-managed not recognized" if the --egg option is not passed to pip when installing it. Any idea why?