PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Saturday the 18th of May, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[02:30:44] <toad_polo> Anyone know the status of this? https://github.com/python/cpython/pull/10596
[02:30:57] <toad_polo> pradyunsg dstufft (IRC) gsnedders (IRC) ?
[02:32:09] <toad_polo> I am the last person to rush someone to make a release, but at some point `pip` should probably just go ahead and patch the vendored `html5lib` directly.
[02:32:22] <toad_polo> Or fork the project.
[02:32:25] <pradyunsg> It might be a good idea to check the version in the latest release of pip.
[02:32:53] <toad_polo> There has been no release since December 2017
[02:33:15] <pradyunsg> Of html5lib?
[02:33:20] <toad_polo> Yeah
[02:33:34] <toad_polo> `pip` says version 1.0.1, the December 2017 version.
[02:33:43] <pradyunsg> Uh, I'm okay to patch then.
[02:33:56] <toad_polo> Weird though, they're still accepting PRs.
[02:34:26] <pradyunsg> Maybe poke them asking for a release, pointing upstream to CPython?
[20:29:13] <ronny> hi
[20:29:29] <ronny> pradyunsg: ping wrt the editable install details?
[20:44:19] <toad_polo> ronnypfannschmidt: Did you read the discourse?
[20:50:32] <ronny> toad_polo: im pretty suire i missed a big part (i have been busy off the keyboard)
[20:50:53] <toad_polo> I highly doubt it.
[20:51:04] <toad_polo> There's not much to know: https://discuss.python.org/t/specification-of-editable-installation/1564
[20:51:25] <toad_polo> I dunno about the `pip` side, but the `setuptools` side is proving to be annoying to implement.
[20:52:13] <toad_polo> Mainly because there's no separation between marshalling and installation and it's really hard to follow what's happening in `distutils` commands.
[20:53:18] <toad_polo> I'm tempted to just see if `flit` wants to do their side of the proof of concept, but I think a pretty important part of the proof of concept is exploring backwards compatibility, which can't be done with `flit`.
[20:53:51] <toad_polo> s/their/that/
[20:54:21] <ronny> toad_polo: im mainly aiming to get started at gumby elf again (it has "editable" installs as a neat hack on top of wheeels, and i wold like to move to the new standards
[20:54:54] <ronny> btw, before i wasnt aware of that links you jsut posted, thanks
[20:55:01] <toad_polo> There is no new standard, so I wouldn't worry about it. Watch that thread and assume it will be 6 months before we get anywhere ;P
[22:01:36] <ronny> thanks :)