Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove direct pkg_resources usages in req_install and req_uninstall #10390

Closed
wants to merge 1 commit into from

Conversation

uranusjr
Copy link
Member

The two are very much coupled together.

Actually not much left after this patch! There are still quite some lingering pkg_resource usages, but those are calling things like safe_extra yield_lines etc. that should either be implemented in pip or included in packaging. But this one is probably going to take a while, everything is hairy when InstallRequirement is involved.

@uranusjr uranusjr added the skip news Does not need a NEWS file entry (eg: trivial changes) label Aug 22, 2021
This also by extension converts req_uninstall since the two are very
much coupled together.
@sbidoul
Copy link
Member

sbidoul commented Aug 22, 2021

@uranusjr I've been working on egg-links too in #10249. You may want to have a look there too.

@uranusjr
Copy link
Member Author

Looks like we’ll step on each other’s changes quite a lot. Is #10249 finished now? I’ll take a look and maybe get it merged first so I can build on it directly.

@sbidoul
Copy link
Member

sbidoul commented Aug 23, 2021

@uranusjr yes #10249 is finished.

@github-actions github-actions bot added the needs rebase or merge PR has conflicts with current master label Sep 21, 2021
@uranusjr
Copy link
Member Author

uranusjr commented Oct 9, 2021

Superceded by #10511.

@uranusjr uranusjr closed this Oct 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2021
@uranusjr uranusjr deleted the metadata-210823 branch December 4, 2021 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs rebase or merge PR has conflicts with current master skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants