[02:10:24] <[Tritium]> kennethreitz: when pypi supports the metadata about dependencies that will be an interesting project. ...until then that would take 80k+ downloads
[02:12:04] <[Tritium]> I mean.. a bandersnatch mirror would do the job, but you would still have to crack into the packages and read the metadata
[04:34:18] <kennethreitz> [Tritium] yeah, that's a given. would be a cool project. I have the files, but not the patience to build it :)
[13:35:18] <moldy> https://github.com/pypa/virtualenv/issues/315 can anyone confirm that this issue still exists with current virtualenv version? and does anyone have a good solution?
[13:44:44] <Wooble> moldy: seems fixed; I just tried their test case and the `virtualenv -vv --relocatable testenv` step rewrites the egg-link with a relative path.
[13:47:15] <Wooble> err... not necessarily one that actually works if you relocate the venv, though. :/
[13:47:33] <moldy> Wooble: weird, doesn't work here
[13:47:38] <moldy> Wooble: which virtualenv version?
[13:48:13] <Wooble> apparently I have 15.0.1. I'll upgrade and try again
[19:59:53] <stealth_> Is python taking steps to address typo squatting? I read this new article that addresses this well: http://incolumitas.com/2016/06/08/typosquatting-package-managers/
[21:08:33] <[Tritium]> If you see malicious typo squating, this is something they actually will do something about... but you cant just do a levenshin distence calculation on a package to every other package and reject it if its too low.