[00:41:16] <r1chardj0n3s> Ivo: if you'd like I can forward you the list of names that I found, and you can wander through to find other gems :)
[00:41:37] <r1chardj0n3s> to be honest, I feel I should do something with this list, but I'm not sure what that should be. maybe I'll just post it to twitter
[01:12:29] <r1chardj0n3s> right, that's another 243 nesters dead
[01:14:13] <r1chardj0n3s> dstufft: this code works, but could you eyeball it for sanity from your perspective pls? https://bitbucket.org/pypa/pypi/pull-request/73/use-the-fs-abstraction-layer/diff
[01:14:56] <dstufft> r1chardj0n3s: seems legit to me
[07:26:02] <r1chardj0n3s_afk> Ivo: warehouse has been in development for a *long* time :/
[07:27:02] <Ivo> sure, but it is big project, only part-time funding for one developer to actually work on it, rest volunteer, to do a painless switch-over
[07:27:33] <Ivo> I'd say completely expected as long as its making some steady progress
[07:27:34] <r1chardj0n3s_afk> I'm well aware *why* it's not live yet
[07:28:21] <Ivo> I wonder if, <Python.org> would ever consider something like funding bountysources for issues related to it
[07:28:31] <r1chardj0n3s_afk> Ivo: who's going to manage that? :)
[07:28:53] <r1chardj0n3s_afk> I remember *last pycon* saying that if psf needs one thing, it needs a project manager
[07:29:29] <Ivo> Well, after whatever beaurocracy approved x funding, I'd guess to Nick C to either directly manage or delegate someone to do
[07:29:50] <r1chardj0n3s_afk> who? seriously. there is already a lack of volunteers :)
[07:30:09] <r1chardj0n3s_afk> (no, nick wouldn't do that, he's already got enough on his plate)
[07:30:28] <Ivo> well ok dstufft is main contender
[07:30:35] <Ivo> or any of pypa members could put up their hand
[07:31:27] <Ivo> I see in the last like.. 5 years, crowd funding has gotten ridiculously effective for quite a few creative things on the internet
[07:32:18] <Ivo> big OSS *should* be barging in on that
[07:32:44] <r1chardj0n3s_afk> I don't doubt that. I think you either under-estimate the amount of effort that would be required to manage that, or over-estimate the volunteer resource pool to draw managers from
[07:33:38] <Ivo> well my specific idea only needs very-part-time management from one person, mostly being trusted to effectivel dole out imaginary source of money
[07:34:28] <Ivo> because I'm totally reasonably imagining PSF has oodles of money it can't figure out how to spend :D
[07:35:01] <dstufft> I am a terrible project manager
[07:36:15] <r1chardj0n3s> I've had sprint rooms at pycon with 8 people wanting to help; the big problem was finding something they could usefully work on.
[07:36:28] <r1chardj0n3s> (I'm really, really not making this a dig at dstufft, please don't take it that way)
[07:36:30] <dstufft> I'm focusing on warehouse right now that pip 6 is out
[07:36:45] <r1chardj0n3s> yep. when do you transition to new position? or has that happened?
[07:36:49] <dstufft> r1chardj0n3s: it's the truth, I'm super bad at delegating
[07:37:03] <r1chardj0n3s> dstufft: yeah, but you're also not alone ;)
[07:37:09] <dstufft> r1chardj0n3s: I'm on the DRG now at Rackspace yea, since the 2nd of Feb
[07:37:27] <Ivo> *the dstuffts beatings will continue until the ΔLoC improves*
[07:37:37] <r1chardj0n3s> the people *I* should be working for so I don't have to fight so much to get funding to go to pycon ;)
[07:38:00] <r1chardj0n3s> also, I could work on warehouse and not feel bad about abandoning my other responsibilities
[07:38:20] <dstufft> I'm doing a massive big refactor of warehouse so that it's not "sit and wait for dstufft to figure out how we should do X in WArehouse since Warehouse is basically a custom framework written by dstufft"
[07:39:18] <dstufft> there's a flaskify branch, but I'm not a huge fan of flask for anytihng more than small things
[07:39:55] <Ivo> i was only thinking of the codebase-familiar-to-more-people angle
[07:41:54] <r1chardj0n3s> dstufft: fwiw the Horizon folk have finally pulled their fingers out of their collective arses and we're finally making progress on a bunch of stuff. Which unfortunately means my predicted Warehouse time has whittled away to nada :(
[07:42:47] <r1chardj0n3s> I didn't get much further with anything to do with pypi name collisions today because Horizon, and I'm not likely to tomorrow either :/
[07:45:36] <r1chardj0n3s> heh Ivo, if you can figure out how they can do that, lemme know ;)
[07:46:03] <dstufft> r1chardj0n3s: as far as progress goes, there's user login and logout, user profile (no templating or anything done for them), the detial pages for projects are mostly done (needs some themeing, but layout wise is ok), still needs simple API and search to match where we were at with warehouse
[07:48:16] <dstufft> Warehouse is focusing primarily on replicating PyPI's functionality and APIs so we can replace the old code base, once WArehouse *is* PyPI then further enhancement is on the table
[07:48:43] <Ivo> so have you replicated that ^ yet, or not yet
[07:51:10] <dstufft> Warehouse master has /simple/, and I think it has XMLRPC
[07:51:16] <dstufft> the refactor doesn't have that ported over yet
[17:19:04] <msabramo> oh are you killing the nester packages? Yay!
[17:20:03] <msabramo> I thought of sending a PR that checks for "nester" in the name on upload and then says "Are you sure you don't want to use https://testpypi.python.org/pypi?"
[19:06:18] <msabramo> so I'm playing with a package that overrides a stdlib module (pdb); when installed not as a wheel, the egg ends up at the head of sys.path and it overrides; when installed as a wheel, it cannot override; any way to make a wheel take precedence?
[19:12:43] <qwcode> msabramo, if you don't know, it's helpful to know that the egg override is happening due to last line of easy-intall.pth (in site-packages)