PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 10th of August, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:06:04] <cel1> virtualenv --clear gives me: "Not deleting /path/to/venv/bin". Why is that?
[14:06:14] <cel1> I actually want to clear bin :/
[15:39:26] <mitsuhiko> which function does pip use to normalize package names?
[15:41:30] <apollo13> mitsuhiko: https://github.com/pypa/pip/blob/develop/pip/util.py#L182 I think
[15:46:40] <mitsuhiko> apollo13: thought so, but can't be
[15:46:43] <mitsuhiko> that would make Flake8 into flask-
[15:46:45] <mitsuhiko> *flake-8
[15:47:14] <apollo13> good point
[15:50:45] <mitsuhiko> it's pkg_resources
[15:50:48] <mitsuhiko> pkg_resources.safe_name
[15:50:53] <mitsuhiko> +lower()
[15:51:37] <apollo13> so that would have to be unique inside pypi?