[00:46:50] <dstufft> tomprince: I have to give my daughter some meds, but if you do ``pip install pip+https://github.com/dstufft/pip.git@fix-local-versions`` you should have it fixed
[00:46:56] <dstufft> I need to figure out how best to test this
[00:47:01] <dstufft> but that should have the fix in it
[01:10:16] <dstufft> msabramo: yea I know, I'm not super focused on non pip/setuptools right this moment
[01:10:41] <msabramo> dstufft: ok, I'll give you some space :)
[01:33:54] <msabramo> what's the thought on when pip 6 will land?
[01:34:37] <dstufft> msabramo: "soon", there's another setuptools release that I want to happen first so I can pull it into pip and virtualenv, then a few days to make sure things calmed down on that front
[01:37:12] <dstufft> msabramo: yea, now i'm sad that A) I didn't think of doing something serially first and B) I didnt' eralize i fixed it accidently D:
[01:37:18] <msabramo> now we just need a way to make Travis cache the warmed up JIT-state of PyPy and all will be great
[01:37:39] <msabramo> dstufft: it's funny that you fixed it accidentally
[01:37:47] <dstufft> I just started running the unit tests before the integration tests to fail fast instead of doing all the slow integration crap if the unit tests wouldn't pass
[01:37:59] <dstufft> and since the unit tests are fast there wasn't any reason to parallel em
[01:38:15] <msabramo> I'd love to work with people that are so good that they accidentally get stuff done :)
[14:38:08] <msabramo> did that come from http://pythonhosted.org//pkginfo/distributions.html ?
[14:43:02] <msabramo> ah looks like pip has one too
[14:52:13] <DanielHolth> wheel just has its own which is an application of the standard email module. It's easier to do correctly in Python 3.4's email module
[14:54:02] <msabramo> maybe in the next version it should be JSON or YAML?
[14:55:42] <DanielHolth> It already is JSON in the next version
[14:57:06] <DanielHolth> bdist_wheel .dist-info directories contain a metadata.json that resembles the draft spec
[16:35:16] <dstufft> probably if windows doesn't allow that, if/when we merge it, we should probably have a "hey you assholes didn't consider my situation so turn back on ascii" flag
[16:36:09] <pf_moore> I really think off by default (at least on Windows) is better. Unicode exceptions cause so much hate :-(
[16:36:30] <pf_moore> See, just talking about Unicode on Windows made msabramo quit ;-)
[16:38:25] <dstufft> pf_moore: so I'm not like, deadset on getting it in but I think that not having it at all is better than off by default, the only reason to do it is the output is slightly nicer, and I don't really see much value in a flag to make output slightly nicer (I do see value in a flag to unbreak the slightly nicer hting in the case it does break)
[16:39:26] <dstufft> in either case, I'm totally fine with punting on it till after pip 6
[16:40:41] <pf_moore> But on but broken is horrible, and these things tend to only come up when someone's running an Arabic-configured PC with right-to-left text in a directory named with Korean characters (or something like that ;-))
[16:41:15] <pf_moore> Let's leave it till after pip 6, then put it in and I'll try to break it
[16:41:31] <pf_moore> Not that I have an Arabic PC setup, of course...
[16:42:17] <dstufft> pf_moore: possibly an enhancement is to also restrict it to utf8 encodings, I'm not all that great at encodings and I don't know in which cases the characters being used will fail or not
[16:42:37] <dstufft> I *think* that the encode step will cause it to only happen if the encoding that is in use supports those characters
[16:42:47] <dstufft> which might only be utf8 I dunno
[16:45:01] <dstufft> (I'm really excited for pip 6, I have a few issues to fix and I want to wait a few days to make sure no more setuptools issues but it's so close :D)
[16:52:37] <pf_moore> I know, it's like another Christmas present :-)
[17:06:59] <msabramo> > depending on env variables is a horrible Unix practice
[17:07:24] <msabramo> better tell the 12factor guys that - http://12factor.net/config
[17:56:11] <msabramo> Are there any wheels out there that have all the latest, greatest PEP 426 metadata in them — e.g.: "source_url", "source_label", etc...?
[17:57:05] <dstufft> that metadata isn't final yet so i wouldn't want to try and support it