@@ -9,6 +9,7 @@ rem 2021-04-22 : path PyPy3 (as we don't try to copy PyPy3.exe to Python.exe)
99rem 2023-08-21a: add a pre_step with my_requirements_pre.txt + my_find_links_pre
1010rem 2024-05-12a: use python -m pip instead of pip , and remove --upgrade %new_resolver%
1111rem 2024-09-15a: compactify for lisiblity
12+ rem 2025-03-02 : remove step 2.3 (pre-build), and 2.8 (post-patch) as we simplify to only wheels
1213rem *****************************
1314
1415rem algorithm:
@@ -18,10 +19,8 @@ rem 2 a Pre-clear of previous build infrastructure
1819rem 2.0 Create a new build
1920rem 2.1 Create basic build infrastructure
2021rem 2.2 check infrastructure is in place
21- rem 2.3 add mandatory packages for build
2222rem 2.4 add packages pre_requirements (if any)
2323rem 2.5 add requirement packages
24- rem 2.8 post-build (if specific workarounds)
2524rem 2.9 archive success
2625rem 3.0 Generate Changelog and binaries
2726
@@ -274,17 +273,6 @@ echo if pip doesn't work, check the path of %my_WINPYDIRBASE%
274273python -m pip install -r %my_requirements% -c %my_constraints% --pre --no-index --trusted-host=None --find-links=%my_find_links% >> %my_archive_log%
275274
276275
277- echo ----------------------------------------
278- echo 2.8 (%date% %time% ) post-build (if specific workarounds)
279- echo ----------------------------------------
280- echo ---------------------------------------- >> %my_archive_log%
281- echo 2.8 (%date% %time% ) post-build (if specific workarounds)>> %my_archive_log%
282- echo ---------------------------------------- >> %my_archive_log%
283-
284- @ echo on
285- call %my_basedir% \run_complement_newbuild.bat %my_WINPYDIRBASE%
286-
287-
288276echo ----------------------------------------
289277echo 2.9 (%date% %time% ) archive success
290278echo ----------------------------------------
0 commit comments