File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed
Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1+ rem this replace running manually from spyder the make.py
2+ rem to launch from a winpython module 'make' directory
3+
4+ set my_original_path = %path%
5+
6+ set my_root_dir_for_builds = C:\Winp
7+ set my_python_target = 312
8+ set my_pyver = 3.12
9+
10+ set my_flavor = dot
11+
12+ set my_release =
13+
14+ set my_release_level =
15+
16+ rem set my_create_installer=False
17+ set my_create_installer = nsis.zip
18+ set my_create_installer = 7zip
19+
20+ rem 2024-07-14: ask both the 7zip auto executable and the .7z simple archive
21+ set my_create_installer = 7zip.7z
22+
23+
24+ set my_arch = 64
25+ set my_preclear_build_directory = Yes
26+
27+ set tmp_reqdir = %my_root_dir_for_builds% \bd%my_python_target%
28+
29+ set my_requirements = C:\Winp\bd312\dot_requirements.txt
30+
31+ set my_find_links = C:\Winp\packages.srcreq
32+
33+ set my_source_dirs = C:\Winp\bd312\packages.win-amd64
34+ set my_toolsdirs = C:\Winp\bdTools\Tools.dot
35+ set my_docsdirs = C:\WinP\bdDocs\docs.dot
36+
37+ set my_install_options = --no-index --pre --trusted-host=None
38+
39+ call %~dp0 \generate_a_winpython_distro.bat
40+
41+
42+ set my_arch = 32
43+ set my_preclear_build_directory = No
44+
45+ set my_source_dirs = C:\Winp\bd312\packages.win32
46+
47+ rem call %~dp0\generate_a_winpython_distro.bat
48+
49+
50+ pause
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '9.0.20240707 '
31+ __version__ = '9.1.20240714 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments