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

More vendor clean up #5450

Merged
merged 17 commits into from Nov 4, 2022
Merged

More vendor clean up #5450

merged 17 commits into from Nov 4, 2022

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Oct 31, 2022

Another bunch of vendor clean-up.

These make pipenv distribution a bit smaller.

@oz123 oz123 requested a review from matteius October 31, 2022 23:38
Setup up PY variable because the `python` binary isn't found
in these systems. Instead there is only `python3`.

So, you can run there commands with:

$ make foo PY=python3
 This module is an old backport we no longer distribute.
 The except ImportError in pep517/meta.py never happens
 in Python3.6 and later.
 Use the one from pip._vendor instead.
See also issue #5449 - Fix Python 3.11 compat.
We can't rename attrs to attr, since versionn 22.1 distributes
two modules one named attrs and one names attr.
This should be revised, but for now we can proceed without it.
Invoke does not support Python3.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants