PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 5th of April, 2021

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[20:48:20] <mobb_solo> Howdy folks :peace:
[20:49:18] <mobb_solo> I would like to ask a question pertaining to upgrading my venvs that require python3.7 :
[20:49:25] <mobb_solo> Like, I
[20:50:36] <mobb_solo> I've got to build py3.7 every incremental upgrade to keep up, when realistically I should do fine having each of these requiring python3.8 or whatever the latest system python is.
[21:04:34] <AndyAndyBoBandy> If I have an InstallRequirement with a Link whose url is like 'git+file:.[testing]#egg=pip', how can I programatically extract just the path component ('.' in this case)?
[23:48:21] <AndyAndyBoBandy> or possibly a better question: how to properly specify extras in a 'git+file:...' requirement? Because the '[testing]' part seems like part of the path
[23:49:28] <AndyAndyBoBandy> oh, after the egg name? I'll try