[07:18:12] <energizer> njs: heads up re your stdlib discourse thread https://github.com/ericvsmith/dataclasses/issues/19#issuecomment-310958486
[07:22:14] <njs> energizer: "can the stdlib itself depend on external modules" is a whole other can of worms that I think we should put off for now anyway :-)
[07:23:11] <njs> (maybe it would be fine under certain circumstances, like if the package maintainers agreed to run the stdlib test suite in their CI or something, but we should start with leaf modules anyway)
[11:09:22] <thm> when I have already 'Genshi-0.7.3-cp27-cp27mu-manylinux1_x86_64.whl' in wheels/, why does "pip2 wheel Genshi -w wheels/" ignore it and downloads and installs 'Genshi-0.7.3-cp27-cp27mu-linux_x86_64.whl'?
[11:14:28] <thm> for Pillow on the other hand, that works (using the manylinux1 whl) - does it depend on what is provided on pypi?
[12:03:59] <thm> or, put it the other way round, can I instruct pip somehow to take a collection of local wheels into account before asking pypi?
[13:21:47] <toad_polo> thm: I don't know the specific answer, but the platform tags are different there.
[13:22:36] <toad_polo> Maybe the linux_x86_64 tag is more specific for your platform, and thus is prioritized even though you have a local wheel.
[13:23:16] <toad_polo> I think you can use pip wheel to gather all the dependency wheels, then take the local wheel you want and replace the one that got downloaded in the directory.
[13:23:41] <toad_polo> Then pip install -f wheels --no-index?
[13:23:56] <toad_polo> (I think, going from memory here)
[22:10:18] <JonelethIrenicus> i can't login to pypi.org on firefox