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
96 lines (81 loc) · 2.92 KB
/
winpython_builds_bd14.toml
File metadata and controls
96 lines (81 loc) · 2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[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 = "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 --upgrade"
[[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 --upgrade"
[[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-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 = "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 --upgrade"
[[builds]]
name = "whl"
root_dir_for_builds = "C:\\Winp"
python_target = "314"
pyver = "3.14"
flavor = "whl"
arch = "64"
create_installer = ".7z-mx9"
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 --upgrade"
wheelhousereq = "C:\\Winp\\bd314\\requirements_whl.txt"