PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 28th of September, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:13:54] <haypo> hi. is there a PEP under discussion to add dependencies to external packages like libffi-dev?
[14:18:21] <dstufft> haypo: there is one being written, it's not being discussed much atm tho
[14:26:17] <haypo> dstufft: is it available online?
[14:26:39] <haypo> dstufft: a colleague wrote an article to replace virtualenv with guix, a cross-language package manager
[14:26:51] <haypo> i'm reviewing his article
[14:27:22] <dstufft> haypo: https://github.com/pypa/interoperability-peps/pull/30
[15:10:53] <dcrosta> I am under the impression that setuptools (or pip?) rewrites shebang lines in all python modules when installing, but it seems that it only does so for scripts (as listed in the scripts kwarg to setup()) -- is that true? is it possible to get setuptools (or pip?) to rewrite all my shebangs?
[15:11:03] <haypo> dstufft: thanks