PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 9th of May, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:21:59] <ztane> dstufft: hi, how about the dump? ;)
[02:22:38] <dstufft> ztane: ah yea, I had it on my TODO list for today, but got distracted by migrating TestPyPI to S3
[02:22:44] <dstufft> ztane: give me a few
[02:24:18] <ztane> hehe no problem
[02:24:37] <ztane> how do I report a bug about the python bug tracker :D
[02:24:52] <ztane> :D
[02:26:44] <ztane> ah it was there
[15:41:53] <ztane> Looking at the updates to pypi, jens karsten added a package named rsbac-tools, well, there is a package named rsbactools, owned by jens karsten. I guess automatic package registration is not *that good* idea.
[15:42:43] <ztane> *Kasten even
[18:07:13] <ztane> https://bitbucket.org/pypa/pypi/issue/223/google-openid-20-going-away-please-switch
[18:07:27] <ztane> this should be priority 1, openid is now completely disabled.
[19:53:51] <jessamynsmith> sorry for totally noob question, but if you are doing a pip install <package> and there is an appropriate wheel, that will be preferred?
[19:54:32] <dstufft> jessamynsmith: yes
[19:54:44] <jessamynsmith> thank you, dstufft
[19:54:53] <dstufft> jessamynsmith: well to be totally clear, verison is the most important thing we consider
[19:55:01] <dstufft> we prefer the highest version thing
[19:55:06] <dstufft> then after that, we prefer a wheel over a sdist
[19:55:49] <jessamynsmith> got it
[20:35:34] <buck1> is there any good way to supply non-default platform tags to bdist-wheel?
[20:49:32] <buck1> I tried bdist-wheel -p weirdthing and it rejected it
[20:50:12] <buck1> because it wasn't one of supported_tags[0] ('cp27', 'none', 'linux_x86_64')
[20:51:02] <buck1> "linux" isn't a specific thing at all. same reason pypi doesn't take linux wheels
[20:51:16] <buck1> i'd like to provide a more-specific tag, that i'll using during install
[22:11:04] <JuggleTux> hiho
[22:11:52] <JuggleTux> is this the right channel to ask question about python-pip???
[22:12:58] <dstufft> JuggleTux: sure
[22:13:57] <JuggleTux> how can i say pip to not put the shit in /usr/local instand to $HOME/opt/...
[22:15:56] <dstufft> JuggleTux: you might want either --root or --target
[22:17:21] <JuggleTux> --root is it
[22:17:23] <tdsmith> but probably --target
[22:17:26] <JuggleTux> thx
[22:17:54] <JuggleTux> yout are right
[22:18:01] <JuggleTux> it's target
[22:30:36] <buck1> JuggleTux: also, that's what virtualenv does