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

Deprecations of distutils and bist_msi and bdist_rpm in setuptools #1254

Closed
Cimbali opened this issue Sep 25, 2021 · 2 comments · Fixed by #1475
Closed

Deprecations of distutils and bist_msi and bdist_rpm in setuptools #1254

Cimbali opened this issue Sep 25, 2021 · 2 comments · Fixed by #1475

Comments

@Cimbali
Copy link
Contributor

Cimbali commented Sep 25, 2021

Just to make you aware of this deprecations and maybe discuss what could need to be done:

@marcelotduarte
Copy link
Owner

I'm aware. I referenced it in PR #1195. But in #1055, #1196, and possibly others, I've been changing some code.

setuptools commands such as bdist_msi that are extended by cx_Freeze (and maybe others like bdist_dmg) are being deprecated in setuptools

Before the release of python 3.11 (in a year) I plan to include this code in cx_Freeze. I intend to port the code that works today on python 3.8 (which doesn't have the deprecations of py 3.9). We have to check the license.

@marcelotduarte
Copy link
Owner

Recently I merged bdist_rpm and bdist_msi in the code base of cx_Freeze. Also, I made various changes to get rid of distutils calls.

@marcelotduarte marcelotduarte changed the title Deprecations of distutils and bist_* in setuptools Deprecations of distutils and bist_msi and bdist_rpm in setuptools Sep 29, 2022
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 a pull request may close this issue.

2 participants