PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 1st of August, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[09:04:02] <xafer> sigmavirus24: sorry to nag but if you have a few minutes for this requests related PR https://github.com/pypa/pip/pull/3715 , I'd be interested in your opinion
[19:27:50] <adlai_> hi all; I'm a researcher working on open source development. My coauthor and I are looking for download statistics for python packages with GitHub repos. I understand the stats using Vanity are broken, and we're waiting for warehouse to deploy
[19:28:11] <adlai_> when do you guys expect that to happen?
[19:28:24] <adlai_> ie, three weeks, three years ?
[20:21:10] <apollo13> when it's done probably, but aren't those stats in google bigtable now?
[20:21:33] <adlai_> apollo13, I've never heard of it
[20:21:48] <apollo13> https://mail.python.org/pipermail/distutils-sig/2016-May/028986.html
[20:24:50] <adlai_> apollo13, I see - I found linehaul but thought it needed warehouse to deploy first
[20:25:09] <apollo13> adlai_: I didn't try, but I do not think so
[20:26:50] <adlai_> thanks, I'll take a look
[21:46:09] <sigmavirus24> dstufft: ping
[21:46:18] <dstufft> sigmavirus: pong
[22:03:45] <sigmavirus24> dstufft: for twine environment variable scanning, should we have a similar scheme as pip, e.g., {executable_name.upper()}_{flag.replace('-','_').upper()} ?
[22:04:11] <sigmavirus24> dstufft: or should I do "PIP_..."
[22:32:18] <dstufft> sigmavirus24: err, sorry
[22:32:28] <dstufft> sigmavirus24: this Oracle hting happened and I totally forgot you were asking a question
[22:32:34] <sigmavirus24> no worries dstufft
[22:32:39] <dstufft> sigmavirus24: I think TWINE_FOO makes sense
[22:32:44] <sigmavirus24> coolbeans
[22:32:59] <sigmavirus24> The PR for this was using PYPI_FOO
[22:33:03] <sigmavirus24> Didn't like that myself
[22:33:23] <dstufft> if we subsume twine into pip it'll require people to update their env vars, but I don't think that's a big deal since it'll also have to update their command anyways and it free's us from needing to maintain compat
[23:00:07] <sigmavirus24> yep