PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 7th of February, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:05:28] <tomprince> dstufft: Does 'pip info' now deliberately show the normalized version, as o
[02:05:36] <tomprince> opposed to the specified version?
[02:06:24] <dstufft> tomprince: I don't think pip does anything in that regards, pretty sure it's setuptools doing it
[02:07:02] <tomprince> Perhaps.
[18:20:13] <mitsuhiko> dstufft: if you got a few minutes i would love to get some feedback on this: https://github.com/mitsuhiko/platter
[18:20:27] <dstufft> sure
[18:28:56] <dstufft> mitsuhiko: I think Builder().describe_package() will fail for any packages which use a setup_requires or which does something else that causes output to always happen
[18:29:35] <mitsuhiko> dstufft: yeah, that kinda needs a dummy invoke first
[18:30:12] <mitsuhiko> setup_requires is not my friend
[18:32:19] <dstufft> mitsuhiko: it looks like a good idea, you might want to use pip to do the downloading if you care at all about supporting indexes which aren't PyPI
[18:32:40] <mitsuhiko> git diff
[18:32:43] <mitsuhiko> eh. wrong window
[18:34:02] <mitsuhiko> dstufft: you mean to get virtualenv and wheel?
[18:34:08] <dstufft> mitsuhiko: yea
[18:34:20] <mitsuhiko> i tried around a bit but i did not figure out how to get the version i wanted
[18:34:23] <mitsuhiko> eg: sdist vs wheel dist
[18:34:53] <dstufft> okay
[18:37:55] <mitsuhiko> dstufft: to be honest, this whole thing only works because virtualenv.py looks for its own .whl files in the same folder as it's placed
[18:38:02] <mitsuhiko> which i don't think is documented behavior :P
[18:38:43] <dstufft> I tihnk it's documented, it also has --extra-search-dir (IIRC the name) which lets you pass other direcotires to look at too