PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 18th of January, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[02:24:54] <lifeless> StevenK: I presume you're updating your packaging packages with docs?
[02:56:20] <StevenK> lifeless: Yes
[03:00:46] <lifeless> Nakato: anything you're blocked on / want help with ?
[03:02:09] <Nakato> lifeless: Wouldn't mind some feedback on https://review.openstack.org/#/c/267941/ But otherwise I'm good for now.
[03:02:29] <lifeless> cool, tab open
[03:03:07] <Nakato> lifeless: BTW, should we cut a PBR release for https://bugs.launchpad.net/pbr/+bug/1502692 ?
[03:03:13] <lifeless> yes
[03:04:55] <lifeless> dunno if you saw over the weekend 10% of pbr downloads are still python 2.6
[13:52:59] <Ivo> so dstufft , the hashbang #!/usr/bin/env /home/a/path/with/a space/in/it/python works
[13:57:55] <Ivo> I'm wondering how hard it would be to get pip to write scripts for that
[16:42:51] <dstufft> Ivo: I think that "works" depending on what OS you're on
[18:01:39] <Ivo> dstufft: linux at least, currently ofc spaced paths work on 0 platforms :D
[18:02:21] <dstufft> Ivo: I think it depends on what Linux you're on too
[18:03:05] <Ivo> how
[18:03:12] <Ivo> not like that's a feature that changes much
[18:03:33] <Ivo> sometimes ppl change the constant for the max allowable length of hashbang
[18:04:05] <nlh> ping dstufft
[18:04:17] <dstufft> nlh: pong
[18:04:28] <nlh> hello! Happy New Year!
[18:05:09] <nlh> one of my work colleagues made a PR
[18:05:25] <nlh> https://github.com/pypa/warehouse/pull/913
[18:06:03] <dstufft> happy new year :)
[18:06:04] <nlh> but the Python CI is failing... for reasons I don't understand
[18:06:12] <dstufft> Ivo: it's a feature of the env binary
[18:06:23] <dstufft> nlh: flake8 updated and added a new style check and the old code doesn't pass
[18:06:34] <dstufft> you can just ignore it, I'll fix it in a few
[18:06:39] <dstufft> and can merge
[18:07:04] <nlh> ok
[18:07:05] <nlh> thx
[18:07:08] <Ivo> rofl
[18:07:18] <Ivo> good ol' pep8 breaking everyone's CI
[18:11:06] <nlh> oh - dstufft - another thing.
[18:11:28] <nlh> what do I need to do for markdown styling?
[18:12:03] <nlh> sorry, I meant pygments
[18:12:26] <dstufft> the css classes should already be rendering, you'll just need to either pick a pygments theme or make your own
[18:12:56] <nlh> yeah, i saw that...
[18:13:03] <nlh> the classes are applying.
[18:13:07] <nlh> where do I apply the theme?
[18:13:09] <nlh> http://pygments.org/docs/styles/
[18:13:46] <dstufft> I think you just include the css in the head?
[18:14:23] <nlh> oh, you don't want to do it with a class?
[18:14:30] <dstufft> http://pygments.org/docs/cmdline/#generating-styles
[18:14:37] <dstufft> maybe I'm confused
[18:14:52] <dstufft> it's already applying the class yea? you just need some css to give the classes some colors and shit?
[18:16:07] <nlh> the classes are applied. So, yes, I *can* just write some CSS and it will work
[18:16:49] <nlh> but it looks (to me) that we could also do it in Python - see "Creating Own Styles" on http://pygments.org/docs/styles/
[18:17:27] <nlh> so - basically, I wanted to know if you want to do it that way, or just get me to do it with CSS?
[18:18:09] <dstufft> I don't have a preference. I've never written a custom theme for pygments, the most I've ever done is pick a default style and generate the css using the command line
[18:18:42] <dstufft> it might be easier to do it with python and generate the css using pygments cli? I'm not sure
[18:20:40] <nlh> ok. I'll look into it
[18:20:42] <nlh> thanks
[18:22:57] <dstufft> nlh: https://github.com/pypa/warehouse/pull/914 should fix the errors your colleagues hit
[18:24:00] <dstufft> nlh: also should https://github.com/pypa/warehouse/issues/823 be closed now?
[18:29:01] <nlh> "The build was fixed" huzzah!
[18:53:46] <lifeless> dstufft: o/
[22:03:17] <xafer> Could someone reviews https://github.com/pypa/pip/pull/3312 ? I'd like to merge it for pip8
[22:55:00] <xafer> http://postimg.org/image/fblvhlmq7/full/ :'(
[23:10:01] <dstufft> xafer: merged it
[23:10:33] <dstufft> I gotta take the trash up to the end of the drive soon, been out most of the day buying a snow blower :|
[23:10:34] <xafer> great :)
[23:12:50] <xafer> Lot of snow ?
[23:14:27] <dstufft> xafer: most likely we're going to be getting a good bit of snow, and the new house has a long drive way which I really don't want tos hovel
[23:21:27] <xafer> yup, better get it before the snow prevents you from getting it ^^
[23:23:33] <xafer> http://issuestats.com/github/pypa/pip is also interesting
[23:24:13] <xafer> It would be good to close/respond quicker to all pip pull requests
[23:24:59] <dstufft> yea, it's not easy to do :| I've mostly been focused on Warehouse
[23:26:08] <xafer> And it's quickly improving
[23:28:14] <xafer> But responding faster to pip's PR would help us get more contributors I think, which would hopefully lower the workload :o
[23:33:32] <xafer> I've to go to bed but it would be nice if we could organize some issue/pr cleanup...
[23:50:51] <dstufft> xafer: I'm going to poke at the issues in the 8 milestone and see about clearing them so I can release tonight