[14:07:28] <xafer> hello, regarding https://github.com/pypa/pip/pull/3088, any preference for https://packaging.python.org/en/latest/distributing.html#console-scripts or http://pythonhosted.org/setuptools/setuptools.html#automatic-script-creation ?
[17:10:09] <ErikRose> OTOH, I guess I'd have to write my own tests anyway, so...
[20:11:31] <xafer> What is usually done when there are two similar PRs (https://github.com/pypa/pip/pull/2812 and https://github.com/pypa/pip/pull/3084) ?
[20:12:00] <xafer> merge one and close the other or merge the two ?
[21:15:10] <xafer> dstufft, did you delete your comment on https://github.com/pypa/pip/pull/3085 ? cant find it anymore ^^
[21:21:39] <dstufft> xafer: it's on one of the collapsed things
[21:30:10] <xafer> btw, regarding https://github.com/pypa/pip/pull/3088, any preference between https://packaging.python.org/en/latest/distributing.html#console-scripts and http://pythonhosted.org/setuptools/setuptools.html#automatic-script-creation ?
[21:47:39] <dstufft> ErikRose: random thought, consider --hash sha256=... instead of --sha256 ...., since this is primarily for the requirements.txt a little bit of extra verbosity should be ok, with --hash sha256=.... they'll be able to copy the line straight off of PyPI's /simple/ page and it doesn't pollute the CLI with a bunch of extra cli flags, just one
[21:50:50] <xafer> the issue with "." is that pip download can quickly create a bunch of files and I rarely want to dump dozens of files in my current directory