Skip to content

Commit b4e68df

Browse files
stonebigclaude
andcommitted
drop build keys nothing reads
install_options, preclear_build_directory and pyver were set on every build and used by none: pip flags are fixed in pip_install, the build directory is always cleared, and python_target already gives the version. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent d9a7301 commit b4e68df

4 files changed

Lines changed: 0 additions & 38 deletions

File tree

build_winpython_meta.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def run_build(build, python_versions):
3939
my_source_dirs = build.get("source_dirs", "")
4040
my_find_links = build.get("find_links", "")
4141
my_toolsdirs = build.get("toolsdirs", "")
42-
#my_install_options = build.get("install_options", "")
4342
wheelhousereq = build.get("wheelhousereq", "")
4443
# "pip" (default, what ships) | "none" | "parallel" | "parallel-N"
4544
my_bytecode = build.get("bytecode", "pip")
@@ -88,7 +87,6 @@ def run_build(build, python_versions):
8887
"--wheelhousereq", wheelhousereq,
8988
"--bytecode", my_bytecode,
9089
"--create-installer", my_create_installer,
91-
#"--install-options", env["my_install_options"],
9290
]
9391

9492
print("Running build command:")

winpython_builds_bd13.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,40 @@
66
name = "dot"
77
root_dir_for_builds = "C:\\Winp"
88
python_target = "313"
9-
pyver = "3.13"
109
flavor = "dot"
1110
arch = "64"
1211
create_installer = "None"
13-
preclear_build_directory = "Yes"
1412
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
1513
requirements = "C:\\Winp\\bd313\\dot_requirements.txt"
1614
source_dirs = "C:\\Winp\\bd313\\packages.win-amd64"
1715
find_links = "C:\\Winp\\packages.srcreq"
1816
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
19-
install_options = "--no-index --pre --trusted-host=None --upgrade"
2017

2118

2219
[[builds]]
2320
name = "slim"
2421
root_dir_for_builds = "C:\\Winp"
2522
python_target = "313"
26-
pyver = "3.13"
2723
flavor = "slim"
2824
arch = "64"
2925
create_installer = "None"
30-
preclear_build_directory = "Yes"
3126
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
3227
requirements = "C:\\Winp\\bd313\\requirements64_slim.txt"
3328
source_dirs = "C:\\Winp\\bd313\\packages.win-amd64"
3429
find_links = "C:\\Winp\\packages.srcreq"
3530
toolsdirs = "C:\\Winp\\bdTools\\tools64_pandoc_alone"
36-
install_options = "--no-index --pre --trusted-host=None --upgrade"
3731

3832

3933
[[builds-nomore]]
4034
name = "whl"
4135
root_dir_for_builds = "C:\\Winp"
4236
python_target = "313"
43-
pyver = "3.13"
4437
flavor = "whl"
4538
arch = "64"
4639
create_installer = "None"
47-
preclear_build_directory = "Yes"
4840
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
4941
requirements = "C:\\Winp\\bd313\\dot_requirements.txt"
5042
source_dirs = "C:\\Winp\\bd313\\packages.win-amd64"
5143
find_links = "C:\\Winp\\packages.srcreq"
5244
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
53-
install_options = "--no-index --pre --trusted-host=None --upgrade"
5445
wheelhousereq = "C:\\Winp\\bd313\\requirements64_whl.txt"

winpython_builds_bd14.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,87 +7,72 @@
77
name = "dot"
88
root_dir_for_builds = "C:\\Winp"
99
python_target = "314"
10-
pyver = "3.14"
1110
flavor = "dot"
1211
arch = "64"
1312
create_installer = "None"
14-
preclear_build_directory = "Yes"
1513
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
1614
requirements = "C:\\Winp\\bd314\\dot_requirements.txt"
1715
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64"
1816
find_links = "C:\\Winp\\packages.srcreq"
1917
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
20-
install_options = "--no-index --pre --trusted-host=None --upgrade"
2118

2219
[[builds]]
2320
name = "dotf"
2421
root_dir_for_builds = "C:\\Winp"
2522
python_target = "314"
26-
pyver = "3.14"
2723
flavor = "dotf"
2824
arch = "64"
2925
create_installer = "None"
30-
preclear_build_directory = "Yes"
3126
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
3227
requirements = "C:\\Winp\\bd314\\dot_requirements.txt"
3328
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64t"
3429
find_links = "C:\\Winp\\packages.srcreq"
3530
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
36-
install_options = "--no-index --pre --trusted-host=None --upgrade"
3731

3832

3933

4034
[[builds]]
4135
name = "slim"
4236
root_dir_for_builds = "C:\\Winp"
4337
python_target = "314"
44-
pyver = "3.14"
4538
flavor = "slim"
4639
arch = "64"
4740
# bytecode = "none"
4841
create_installer = "none"
4942
# create_installer = ".7z-mx7"
50-
preclear_build_directory = "Yes"
5143
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
5244
requirements = "C:\\Winp\\bd314\\requirements_slim.txt"
5345
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64"
5446
find_links = "C:\\Winp\\packages.srcreq"
5547
toolsdirs = "C:\\Winp\\bdTools\\tools64_pandoc_alone"
56-
install_options = "--no-index --pre --trusted-host=None --upgrade"
5748

5849

5950

6051
[[builds]]
6152
name = "slimf"
6253
root_dir_for_builds = "C:\\Winp"
6354
python_target = "314"
64-
pyver = "3.14"
6555
flavor = "slimf"
6656
arch = "64"
6757
bytecode = "none"
6858
create_installer = "None"
69-
preclear_build_directory = "Yes"
7059
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
7160
requirements = "C:\\Winp\\bd314\\requirements_slimf.txt"
7261
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64t"
7362
find_links = "C:\\Winp\\packages.srcreq"
7463
toolsdirs = "C:\\Winp\\bdTools\\tools64_pandoc_alone"
75-
install_options = "--no-index --pre --trusted-host=None --upgrade"
7664

7765

7866
[[builds-nomore]]
7967
name = "whl"
8068
root_dir_for_builds = "C:\\Winp"
8169
python_target = "314"
82-
pyver = "3.14"
8370
flavor = "whl"
8471
arch = "64"
8572
create_installer = "None"
86-
preclear_build_directory = "Yes"
8773
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
8874
requirements = "C:\\Winp\\bd314\\dot_requirements.txt"
8975
source_dirs = "C:\\Winp\\bd314\\packages.win-amd64"
9076
find_links = "C:\\Winp\\packages.srcreq"
9177
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
92-
install_options = "--no-index --pre --trusted-host=None --upgrade"
9378
wheelhousereq = "C:\\Winp\\bd314\\requirements_whl.txt"

winpython_builds_bd15.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,70 +7,58 @@
77
name = "dot"
88
root_dir_for_builds = "C:\\Winp"
99
python_target = "315"
10-
pyver = "3.15"
1110
flavor = "dot"
1211
arch = "64"
1312
create_installer = "None"
14-
preclear_build_directory = "Yes"
1513
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
1614
requirements = "C:\\Winp\\bd315\\dot_requirements.txt"
1715
source_dirs = "C:\\Winp\\bd315\\packages.win-amd64"
1816
find_links = "C:\\Winp\\packages.srcreq"
1917
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
20-
install_options = "--no-index --pre --trusted-host=None --upgrade"
2118

2219

2320
[[builds]]
2421
name = "dotf"
2522
root_dir_for_builds = "C:\\Winp"
2623
python_target = "315"
27-
pyver = "3.15"
2824
flavor = "dotf"
2925
arch = "64"
3026
create_installer = "None"
31-
preclear_build_directory = "Yes"
3227
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
3328
requirements = "C:\\Winp\\bd315\\dot_requirements.txt"
3429
source_dirs = "C:\\Winp\\bd315\\packages.win-amd64t"
3530
find_links = "C:\\Winp\\packages.srcreq"
3631
toolsdirs = "C:\\Winp\\bdTools\\Tools.dot"
37-
install_options = "--no-index --pre --trusted-host=None --upgrade"
3832

3933

4034

4135
[[builds]]
4236
name = "slim"
4337
root_dir_for_builds = "C:\\Winp"
4438
python_target = "315"
45-
pyver = "3.15"
4639
flavor = "slim"
4740
arch = "64"
4841
# bytecode = "none"
4942
create_installer = "None"
50-
preclear_build_directory = "Yes"
5143
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
5244
requirements = "C:\\Winp\\bd315\\requirements_slim.txt"
5345
source_dirs = "C:\\Winp\\bd315\\packages.win-amd64"
5446
find_links = "C:\\Winp\\packages.srcreq"
5547
toolsdirs = "C:\\Winp\\bdTools\\tools64_pandoc_alone"
56-
install_options = "--no-index --pre --trusted-host=None --upgrade"
5748

5849

5950

6051
[[builds]]
6152
name = "slimf"
6253
root_dir_for_builds = "C:\\Winp"
6354
python_target = "315"
64-
pyver = "3.15"
6555
flavor = "slimf"
6656
arch = "64"
6757
# bytecode = "none"
6858
create_installer = "None"
69-
preclear_build_directory = "Yes"
7059
mandatory_requirements = "C:\\Winp\\mandatory_requirements.txt"
7160
requirements = "C:\\Winp\\bd315\\requirements_slimf.txt"
7261
source_dirs = "C:\\Winp\\bd315\\packages.win-amd64t"
7362
find_links = "C:\\Winp\\packages.srcreq"
7463
toolsdirs = "C:\\Winp\\bdTools\\tools64_pandoc_alone"
75-
install_options = "--no-index --pre --trusted-host=None --upgrade"
7664

0 commit comments

Comments
 (0)