forked from winpython/winpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinpython_builds_bd13.toml
More file actions
57 lines (51 loc) · 1.92 KB
/
winpython_builds_bd13.toml
File metadata and controls
57 lines (51 loc) · 1.92 KB
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
51
52
53
54
55
56
57
[pythons]
"311" = { python_target_release = "3119", release = "2", my_release_level = "b4" }
"312" = { python_target_release = "31210", release = "2", my_release_level = "b4" }
"313" = { python_target_release = "31311", release = "0", my_release_level = "b4" }
"314" = { python_target_release = "3142", release = "0", my_release_level = "b4" }
[[builds]]
name = "dot"
root_dir_for_builds = "C:\\Winp"
python_target = "313"
pyver = "3.13"
flavor = "dot"
arch = "64"
create_installer = "7zip.zip"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd313\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd313\\dot_requirements.txt"
source_dirs = "C:\\Winp\\bd313\\packages.win-amd64"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
install_options = "--no-index --pre --trusted-host=None --upgrade"
[[builds]]
name = "slim"
root_dir_for_builds = "C:\\Winp"
python_target = "313"
pyver = "3.13"
flavor = "slim"
arch = "64"
create_installer = "7zip.7z"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd313\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd313\\requirements64_slim.txt"
source_dirs = "C:\\Winp\\bd313\\packages.win-amd64"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\tools64_pandoc_alone"
install_options = "--no-index --pre --trusted-host=None --upgrade"
[[builds]]
name = "whl"
root_dir_for_builds = "C:\\Winp"
python_target = "313"
pyver = "3.13"
flavor = "whl"
arch = "64"
create_installer = ".7z-mx9"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd313\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd313\\dot_requirements.txt"
source_dirs = "C:\\Winp\\bd313\\packages.win-amd64"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
install_options = "--no-index --pre --trusted-host=None --upgrade"
wheelhousereq = "C:\\Winp\\bd313\\requirements64_whl.txt"