forked from winpython/winpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinpython_builds_bd14.toml
More file actions
76 lines (65 loc) · 2.31 KB
/
winpython_builds_bd14.toml
File metadata and controls
76 lines (65 loc) · 2.31 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[pythons]
"311" = { python_target_release = "3119", release = "2", my_release_level = "b3" }
"312" = { python_target_release = "31210", release = "2", my_release_level = "b3" }
"313" = { python_target_release = "3137", release = "0", my_release_level = "" }
"314" = { python_target_release = "3140", release = "1", my_release_level = "" }
[[builds]]
name = "dot"
root_dir_for_builds = "C:\\Winp"
python_target = "314"
pyver = "3.14"
flavor = "dot"
arch = "64"
create_installer = "7zip.zip"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd314\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd314\\dot_requirements.txt"
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
install_options = "--no-index --pre --trusted-host=None"
[[builds]]
name = "free"
root_dir_for_builds = "C:\\Winp"
python_target = "314"
pyver = "3.14"
flavor = "free"
arch = "64"
create_installer = "7zip.zip"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd314\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd314\\dot_requirements.txt"
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64t"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
install_options = "--no-index --pre --trusted-host=None"
[[builds]]
name = "slim"
root_dir_for_builds = "C:\\Winp"
python_target = "314"
pyver = "3.14"
flavor = "slim"
arch = "64"
create_installer = "None"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd314\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd314\\requirements_slim.txt"
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64t"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
install_options = "--no-index --pre --trusted-host=None"
[[builds]]
name = "slimf"
root_dir_for_builds = "C:\\Winp"
python_target = "314"
pyver = "3.14"
flavor = "slimf"
arch = "64"
create_installer = "None"
preclear_build_directory = "Yes"
mandatory_requirements = "C:\\Winp\\bd314\\mandatory_requirements.txt"
requirements = "C:\\Winp\\bd314\\requirements_slimf.txt"
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64t"
find_links = "C:\\Winp\\packages.srcreq"
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
install_options = "--no-index --pre --trusted-host=None"