PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 16th of June, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[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:34:59] <moldy> hi
[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
[13:48:42] <moldy> 15.0.1, too
[13:49:07] <Wooble> (kind of doubt this was fixed in 15.0.2 though :) )
[13:49:14] <moldy> Skipping system (non-environment) directory /home/rene/.virtualenvs/acceed-shop/lib/python2.7
[13:49:21] <moldy> i guess this is my problem?
[13:49:36] <moldy> ah no, never mind, that is correct
[13:54:47] <moldy> oha. it seems that the current virtualenv doesn't even create the egg-link in the first place...
[13:55:22] <moldy> ahh, it does.
[13:55:25] <moldy> i need vacation :p
[13:56:25] <moldy> Wooble: https://dpaste.de/7q60
[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.