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

Switch build to setuptools. #396

Merged
merged 2 commits into from
May 10, 2022
Merged

Conversation

bsteffensmeier
Copy link
Member

See #354. This change eliminates the DeprecationWarning during the build.

This does not remove every reference to distutils but I believe that any remaining references to distutils will continue to work after distutils is removed in Python 3.12 because of the distutils_hack in setuptools.

Many of the distutils references are related to choosing the c compiler in windows, since I do not have a local windows machine for testing I did not put any effort into windows. I did verify this change builds on windows on AppVeyor. I also have not tested on mac.

A few of the distutils references have open issues or fixes in newer versions of setuptools. I added comments to the setuptools issues and left the distutils code in for now so we are compatible with older versions of setuptools.

@ndjensen
Copy link
Member

ndjensen commented May 9, 2022

We need to add a pyproject.toml file that specifies we depend on setuptools. See PEP-518 and other Python projects.

@ndjensen
Copy link
Member

ndjensen commented May 9, 2022

I just reread it and I guess we don't need a pyproject.toml file if we don't want one. "Because the use of setuptools and wheel are so expansive in the community at the moment, build tools are expected to use the example configuration file above as their default semantics when a pyproject.toml file is not present." The example configuration file has setuptools and wheel.

@bsteffensmeier bsteffensmeier merged commit 0b0e234 into ninia:dev_4.1 May 10, 2022
@bsteffensmeier bsteffensmeier deleted the setuptools2 branch August 24, 2022 20:04
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