Skip to content

Commit 11228fa

Browse files
committed
remove step 2.8 post-build patches
1 parent 73b4876 commit 11228fa

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

generate_a_winpython_distro.bat

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rem 2021-04-22 : path PyPy3 (as we don't try to copy PyPy3.exe to Python.exe)
99
rem 2023-08-21a: add a pre_step with my_requirements_pre.txt + my_find_links_pre
1010
rem 2024-05-12a: use python -m pip instead of pip , and remove --upgrade %new_resolver%
1111
rem 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
1213
rem *****************************
1314

1415
rem algorithm:
@@ -18,10 +19,8 @@ rem 2 a Pre-clear of previous build infrastructure
1819
rem 2.0 Create a new build
1920
rem 2.1 Create basic build infrastructure
2021
rem 2.2 check infrastructure is in place
21-
rem 2.3 add mandatory packages for build
2222
rem 2.4 add packages pre_requirements (if any)
2323
rem 2.5 add requirement packages
24-
rem 2.8 post-build (if specific workarounds)
2524
rem 2.9 archive success
2625
rem 3.0 Generate Changelog and binaries
2726

@@ -274,17 +273,6 @@ echo if pip doesn't work, check the path of %my_WINPYDIRBASE%
274273
python -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-
288276
echo ----------------------------------------
289277
echo 2.9 (%date% %time%) archive success
290278
echo ----------------------------------------

0 commit comments

Comments
 (0)