forked from winpython/winpython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerate_winpython_distros312_dot.bat
50 lines (29 loc) · 1.08 KB
/
generate_winpython_distros312_dot.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
rem this replace running manually from spyder the make.py
rem to launch from a winpython module 'make' directory
set my_original_path=%path%
set my_root_dir_for_builds=C:\Winp
set my_python_target=312
set my_pyver=3.12
set my_flavor=dot
set my_release=
set my_release_level=
rem set my_create_installer=False
set my_create_installer=nsis.zip
set my_create_installer=7zip
rem 2024-07-14: ask both the 7zip auto executable and the .7z simple archive
set my_create_installer=7zip.7z
set my_arch=64
set my_preclear_build_directory=Yes
set tmp_reqdir=%my_root_dir_for_builds%\bd%my_python_target%
set my_requirements=C:\Winp\bd312\dot_requirements.txt
set my_find_links=C:\Winp\packages.srcreq
set my_source_dirs=C:\Winp\bd312\packages.win-amd64
set my_toolsdirs=C:\Winp\bdTools\Tools.dot
set my_docsdirs=C:\WinP\bdDocs\docs.dot
set my_install_options=--no-index --pre --trusted-host=None
call %~dp0\generate_a_winpython_distro.bat
set my_arch=32
set my_preclear_build_directory=No
set my_source_dirs=C:\Winp\bd312\packages.win32
rem call %~dp0\generate_a_winpython_distro.bat
pause