summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-11-03 18:27:27 (GMT)
committerGitHub <noreply@github.com>2022-11-03 18:27:27 (GMT)
commit0faa0ba240e815614e5a2900e48007acac41b214 (patch)
tree20b8346df4331716aba051d6e05e039318176ba3 /PCbuild
parentb07f546ea3a574bc3016fb023c157c65a47f4849 (diff)
downloadcpython-0faa0ba240e815614e5a2900e48007acac41b214.zip
cpython-0faa0ba240e815614e5a2900e48007acac41b214.tar.gz
cpython-0faa0ba240e815614e5a2900e48007acac41b214.tar.bz2
gh-92584: Remove the distutils package (#99061)
Remove the distutils package. It was deprecated in Python 3.10 by PEP 632 "Deprecate distutils module". For projects still using distutils and cannot be updated to something else, the setuptools project can be installed: it still provides distutils. * Remove Lib/distutils/ directory * Remove test_distutils * Remove references to distutils * Skip test_check_c_globals and test_peg_generator since they use distutils
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/lib.pyproj95
1 files changed, 0 insertions, 95 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj
index daa2021..456055d 100644
--- a/PCbuild/lib.pyproj
+++ b/PCbuild/lib.pyproj
@@ -100,97 +100,6 @@
<Compile Include="decimal.py" />
<Compile Include="difflib.py" />
<Compile Include="dis.py" />
- <Compile Include="distutils\archive_util.py" />
- <Compile Include="distutils\bcppcompiler.py" />
- <Compile Include="distutils\ccompiler.py" />
- <Compile Include="distutils\cmd.py" />
- <Compile Include="distutils\command\bdist.py" />
- <Compile Include="distutils\command\bdist_dumb.py" />
- <Compile Include="distutils\command\bdist_rpm.py" />
- <Compile Include="distutils\command\build.py" />
- <Compile Include="distutils\command\build_clib.py" />
- <Compile Include="distutils\command\build_ext.py" />
- <Compile Include="distutils\command\build_py.py" />
- <Compile Include="distutils\command\build_scripts.py" />
- <Compile Include="distutils\command\check.py" />
- <Compile Include="distutils\command\clean.py" />
- <Compile Include="distutils\command\config.py" />
- <Compile Include="distutils\command\install.py" />
- <Compile Include="distutils\command\install_data.py" />
- <Compile Include="distutils\command\install_egg_info.py" />
- <Compile Include="distutils\command\install_headers.py" />
- <Compile Include="distutils\command\install_lib.py" />
- <Compile Include="distutils\command\install_scripts.py" />
- <Compile Include="distutils\command\register.py" />
- <Compile Include="distutils\command\sdist.py" />
- <Compile Include="distutils\command\upload.py" />
- <Compile Include="distutils\command\__init__.py" />
- <Compile Include="distutils\config.py" />
- <Compile Include="distutils\core.py" />
- <Compile Include="distutils\cygwinccompiler.py" />
- <Compile Include="distutils\debug.py" />
- <Compile Include="distutils\dep_util.py" />
- <Compile Include="distutils\dir_util.py" />
- <Compile Include="distutils\dist.py" />
- <Compile Include="distutils\errors.py" />
- <Compile Include="distutils\extension.py" />
- <Compile Include="distutils\fancy_getopt.py" />
- <Compile Include="distutils\filelist.py" />
- <Compile Include="distutils\file_util.py" />
- <Compile Include="distutils\log.py" />
- <Compile Include="distutils\msvc9compiler.py" />
- <Compile Include="distutils\msvccompiler.py" />
- <Compile Include="distutils\spawn.py" />
- <Compile Include="distutils\sysconfig.py" />
- <Compile Include="distutils\tests\support.py" />
- <Compile Include="distutils\tests\test_archive_util.py" />
- <Compile Include="distutils\tests\test_bdist.py" />
- <Compile Include="distutils\tests\test_bdist_dumb.py" />
- <Compile Include="distutils\tests\test_bdist_rpm.py" />
- <Compile Include="distutils\tests\test_build.py" />
- <Compile Include="distutils\tests\test_build_clib.py" />
- <Compile Include="distutils\tests\test_build_ext.py" />
- <Compile Include="distutils\tests\test_build_py.py" />
- <Compile Include="distutils\tests\test_build_scripts.py" />
- <Compile Include="distutils\tests\test_check.py" />
- <Compile Include="distutils\tests\test_clean.py" />
- <Compile Include="distutils\tests\test_cmd.py" />
- <Compile Include="distutils\tests\test_config.py" />
- <Compile Include="distutils\tests\test_config_cmd.py" />
- <Compile Include="distutils\tests\test_core.py" />
- <Compile Include="distutils\tests\test_cygwinccompiler.py" />
- <Compile Include="distutils\tests\test_dep_util.py" />
- <Compile Include="distutils\tests\test_dir_util.py" />
- <Compile Include="distutils\tests\test_dist.py" />
- <Compile Include="distutils\tests\test_extension.py" />
- <Compile Include="distutils\tests\test_filelist.py" />
- <Compile Include="distutils\tests\test_file_util.py" />
- <Compile Include="distutils\tests\test_install.py" />
- <Compile Include="distutils\tests\test_install_data.py" />
- <Compile Include="distutils\tests\test_install_headers.py" />
- <Compile Include="distutils\tests\test_install_lib.py" />
- <Compile Include="distutils\tests\test_install_scripts.py" />
- <Compile Include="distutils\tests\test_log.py" />
- <Compile Include="distutils\tests\test_msvc9compiler.py" />
- <Compile Include="distutils\tests\test_msvccompiler.py" />
- <Compile Include="distutils\tests\test_register.py" />
- <Compile Include="distutils\tests\test_sdist.py" />
- <Compile Include="distutils\tests\test_spawn.py" />
- <Compile Include="distutils\tests\test_sysconfig.py" />
- <Compile Include="distutils\tests\test_text_file.py" />
- <Compile Include="distutils\tests\test_unixccompiler.py" />
- <Compile Include="distutils\tests\test_upload.py" />
- <Compile Include="distutils\tests\test_util.py" />
- <Compile Include="distutils\tests\test_version.py" />
- <Compile Include="distutils\tests\test_versionpredicate.py" />
- <Compile Include="distutils\tests\__init__.py" />
- <Compile Include="distutils\text_file.py" />
- <Compile Include="distutils\unixccompiler.py" />
- <Compile Include="distutils\util.py" />
- <Compile Include="distutils\version.py" />
- <Compile Include="distutils\versionpredicate.py" />
- <Compile Include="distutils\_msvccompiler.py" />
- <Compile Include="distutils\__init__.py" />
<Compile Include="doctest.py" />
<Compile Include="email\base64mime.py" />
<Compile Include="email\charset.py" />
@@ -936,7 +845,6 @@
<Compile Include="test\test_dict_version.py" />
<Compile Include="test\test_difflib.py" />
<Compile Include="test\test_dis.py" />
- <Compile Include="test\test_distutils.py" />
<Compile Include="test\test_doctest.py" />
<Compile Include="test\test_doctest2.py" />
<Compile Include="test\test_docxmlrpc.py" />
@@ -1715,9 +1623,6 @@
<Folder Include="ctypes\macholib" />
<Folder Include="curses" />
<Folder Include="dbm" />
- <Folder Include="distutils" />
- <Folder Include="distutils\command" />
- <Folder Include="distutils\tests" />
<Folder Include="email" />
<Folder Include="email\mime" />
<Folder Include="encodings" />