[10:28:02] <r1chardj0n3s> jezdez: this other thing is my attempt to resurrect and get merged something akin to the old PR 1214
[10:28:23] <r1chardj0n3s> oh, sure they do. just ignore that thing over there ;) [sorry, I will look into why they failed]
[10:29:00] <jezdez> ough, pr 1965 is quite intrusive
[10:29:04] <r1chardj0n3s> jezdez: so the thing I want to store is a per-pip-installation datestamp of the last time that pip checked whether it was up to date
[10:29:30] <jezdez> and you want to add that feature to pip itself?
[10:29:38] <r1chardj0n3s> 1965 isn't really that bad ... it doesn't really reach that far does it? or am I missing something?
[10:29:42] <jezdez> then your tweets were *totally* misleading
[10:29:47] <r1chardj0n3s> I want pip to check whether it's up to date
[10:30:33] <r1chardj0n3s> because people running out-of-date pip is a serious issue we're going to keep running into
[10:30:50] <r1chardj0n3s> we're running into it *now* and it'd be nice to prevent it in the future :)
[10:31:27] <r1chardj0n3s> it was always my intention to get an update check into pip in the same time that we got pip into Python 3 but that got lost along the way :(
[10:31:35] <jezdez> yeah, you need to talk to dstufft why he withdrew the PR
[10:31:39] <r1chardj0n3s> [because of the issues in PR 1214]
[11:42:16] <moben> it seems wheel versions 0.22.0, 0.23.0 and 0.24.0 are not tagged in hg, was that an oversight?
[11:42:40] <dstufft> jezdez: yea what r1chardj0n3s said. I was trying to land that before 3.4, and I didn't have time to land both that, and ensurepip (ensurepip itself barely made it in as it was, it was actually a few day late and larry allowed it). I just didn't have enough time/energy to make it all happen in time
[11:43:32] <jezdez> moben: seems like it, yeah. mind open a ticket?
[11:44:27] <jezdez> dstufft: cool, makes sense. I think r1chardj0n3s’ plan makes sense to me, storing the timestamp locally in ~/.pip/timestamps.json or something
[21:37:39] <r1chardj0n3s> yeah, I thought it was neat - given that devpi ends up with its own venv anyway
[21:37:40] <wickman> i'm writing something similar to this called pexify, that takes an sdist and poops out pex files for each of its console_scripts that can be dumped into ~/local/bin
[21:38:00] <r1chardj0n3s> also mirrors the mac .app approach in some respects which I like
[21:39:41] <r1chardj0n3s> ahh, pispi failed because "devpi" is a meta-package and you need to install "devpi-server" and "devpi-client" explicitly
[21:40:18] <r1chardj0n3s> that splitting of the package doesn't make sense to me - I must ask holger why he did it some day
[21:42:56] <dstufft> r1chardj0n3s: makes sense, it only wants to install the CLI for the primary thing, not any of it's dependencies
[21:43:08] <r1chardj0n3s> yeah, but it's so small ;)