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 gone_in for issue 11859 (deprecation of --build-option and --global-option) #13106

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

sbidoul
Copy link
Member

@sbidoul sbidoul commented Dec 7, 2024

Setuptools has not stabilised their interface to pass build options, and forcing user to change from --build-option to two successive flavors of --config-settings is not ideal.

The setuptools tracking issue seems to be pypa/setuptools#3896, with some design discussion in pypa/setuptools#4083.

This does not mean that we will not want to remove these legacy options if setuptools does not move, but for now this is not a huge maintenance burden.

@sbidoul sbidoul added this to the 25.0 milestone Dec 7, 2024
@sbidoul sbidoul changed the title Remove gone_in for issue 11859 Remove gone_in for issue 11859 (deprecation of --build-option and --global-option) Dec 7, 2024
@sbidoul sbidoul mentioned this pull request Dec 7, 2024
@sbidoul sbidoul added the skip news Does not need a NEWS file entry (eg: trivial changes) label Dec 7, 2024
@ichard26 ichard26 force-pushed the rm-gone-in-for-11859-sbi branch from 0c2bfa3 to 60cba9c Compare December 7, 2024 19:54
@sbidoul sbidoul merged commit c432c33 into pypa:main Dec 8, 2024
32 checks passed
@sbidoul sbidoul deleted the rm-gone-in-for-11859-sbi branch December 8, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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