[16:10:43] <dstufft> There's like 5 things going on in distutils-sig, and I'm not sure I can follow all of them while I'm also trying to buy a house :|
[16:11:56] <sigmavirus24> dstufft: make your life easier, move all discussion to some other platform
[16:12:01] <sigmavirus24> or just ignore all the threads
[16:21:42] <xafer> hello sigmavirus24 , thanks for the #3215 but while you're at it, could you maybe triage/check the 8 other proxy-related pip issues ? https://github.com/pypa/pip/labels/proxy :-P
[16:44:57] <nlh> Hi folks - just a quick update on the PyPI redesign - we're making good progress. You can view a *mobile friendly* preview at whoisnicoleharris.com/warehouse-ui/
[16:47:20] <dstufft> I browsed the preview on my phone and it felt really nice and seemed to work well
[16:47:21] <nlh> probably wont have a lot of time to spend on it within the next week, but I would like to get some idea from you on how long you think it might take to integrate into the repo
[16:47:42] <dstufft> what format is it in now? is it like hand rolled CSS or is it in scss or something?
[16:47:43] <nlh> and publish it with on the preview site...
[16:48:05] <nlh> no - it's using a static site generator
[16:49:02] <dstufft> well I can either wait until you clean it up, or if you want to jsut clean it up in the main repo I can work on integrating it into the main repo this next week if you're not going to have a ton of time to work on it then
[16:49:12] <dstufft> I can work on integrating it in it's current state*
[16:51:33] <nlh> This will make it *a lot* easier moving forward
[16:52:20] <dstufft> I'm pretty much at the "hurry up and wait" portion of buying a house, so my time is going to be less crazy now. I can't imagine it will take super long for me to transfer it into the main repo since I imagine that will mostly be copy+paste the scss into the right folder, and adapt the html to use the templating language and pull data in from the render context instead of being hardcoded
[16:52:37] <dstufft> so most of the work will probably be in html not in scss/css for me?
[16:55:10] <dstufft> nlh: So I'm willing to dedicate time to it whenever you want it moved over. There's four pages you have done right now, so moving the design over is probably not more than a day or two since you've already done all the hard work, copying it over is just adaption of the html really. I'm also willing to "freeze" the html and scss in the main repo to only be touched by you so nobody starts using the stuff until you're ready for them to be used
[16:55:53] <dstufft> In Dec my time is probably going to be crazy again, Dec 4th is settlement on the house so after that I'll be involved in a lot of house crap
[16:56:19] <nlh> I have told the user testers that I want to start testing at the end of november, so we have a little time
[16:56:29] <dstufft> right now I haven't really been bothering to attempt to style stuff at all on the new things I've been adding, just tossing random html in there to make it functional
[16:56:45] <nlh> so, i think at this stage I'd prefer to wait ;)
[16:56:46] <sigmavirus24> nlh: that looks amazing by the way
[16:57:03] <dstufft> nlh: Oh, anothe roption I just thought of
[16:58:05] <dstufft> nlh: we could put the design on a branch in warehouse, not merged into master, and i can setup a warehouse-design.python.org that is backed by the real Python database, and that branch can be a no touch zone for anyone but you as well
[16:58:20] <dstufft> and once you're ready to merge it into master, we can just kill warehosue-design.python.org
[16:58:27] <dstufft> I'm happy with any of the options :)
[16:58:46] <nlh> meaning I can run my user tests with the current SCSS but with real data?
[17:00:52] <dstufft> yup, and it can auto deploy from your branch so any changes you make will show up within a few minutes (not factoring in caching, but you can purge that easily, or we can disable caching on warehouse-design). You won't get any feature work added to master branch in the mean time unless you merge it in (or ask me to merge it in) but yea, real data, real code, current scss
[17:02:04] <nlh> great! Got to go now, but let's do this - let me know by email what you need from me :)
[23:01:29] <dstufft> lifeless: I have a migraine so it's possible (probable?) that I'm not fully thinking through the sdist -> wheel case wrt dependencies. I'm not opposed to adding a dist-info command to the interface if we also add an assertion to the spec that, assuming no other state on the machine changes between invocation, the resulting wheel created by bdist_wheel has the same information in it.
[23:04:19] <lifeless> dstufft: yes, that assertion wasn't in my PEP, I'll add it