-
Boris Basic authored
- Replace uses of distutils, which has been deprecated for a long time and has been removed from Python 3.12 - Change is_newer behaviour to check the source timestamp against that of the target - Replace remove_directories by shutil.rmtree - Replace copy_file by shutil.copy2 - Move add_to_list to parser_fortran.py - Remove unused functions - Fix various issues
Boris Basic authored- Replace uses of distutils, which has been deprecated for a long time and has been removed from Python 3.12 - Change is_newer behaviour to check the source timestamp against that of the target - Replace remove_directories by shutil.rmtree - Replace copy_file by shutil.copy2 - Move add_to_list to parser_fortran.py - Remove unused functions - Fix various issues