-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Milestone
Description
... in anticipation of the distutils
deprecation (https://www.python.org/dev/peps/pep-0632/)
From https://setuptools.readthedocs.io/en/latest/deprecated/distutils-legacy.html
distutils.core.setup
→setuptools.setup
distutils.cmd.Command
→setuptools.Command
distutils.log
→(no replacement yet)
distutils.version.*
→packaging.version.*
"If a project relies on uses of distutils that do not have a suitable replacement above, please search the Setuptools issue tracker and file a request, describing the use-case so that Setuptools’ maintainers can investigate."
Part of #31295 (Meta-ticket: Replace imports from deprecated distutils)
CC: @jhpalmieri @kiwifb @kliem
Component: build
Author: Frédéric Chapoton, Matthias Koeppe
Branch/Commit: 25b877c
Reviewer: Matthias Koeppe, John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/30984