simh-testsetgenerator/cmake/simgen
B. Scott Michel 625b9e8d45 CMAKE: Python distutils obsoleted.
Python 3.12 will not have the distutils package in the standard library.
The TextFile class is particularly useful when reading [Mm]akefiles, and
recreating its functionality would be painful.

Stash a local copy of the last version of distutils.text_file.py and use
it. Do not rely on distutils being present or installed.
2023-11-28 09:51:29 -05:00
..
basic_simulator.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
cmake_container.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
packaging.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
parse_makefile.py CMAKE: Python distutils obsoleted. 2023-11-28 09:51:29 -05:00
sim_collection.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
simulators.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
text_file.py CMAKE: Python distutils obsoleted. 2023-11-28 09:51:29 -05:00
utils.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00
vax_simulators.py CMake build infrastructure II (#53) 2023-05-17 20:18:42 -04:00