From 08ec3bb386a9106ded822e6e80f36bf3b70b1fb9 Mon Sep 17 00:00:00 2001 From: "Jonathan J. Helmus" Date: Tue, 2 Jun 2026 17:15:59 -0500 Subject: [PATCH 1/2] remove unused tix download entry --- pythonbuild/downloads.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pythonbuild/downloads.py b/pythonbuild/downloads.py index 342c207e4..c8dc5534b 100644 --- a/pythonbuild/downloads.py +++ b/pythonbuild/downloads.py @@ -327,14 +327,6 @@ "licenses": ["TCL"], "license_file": "LICENSE.tcl.txt", }, - "tix": { - "url": "https://github.com/python/cpython-source-deps/archive/tix-8.4.3.6.tar.gz", - "size": 1836451, - "sha256": "f7b21d115867a41ae5fd7c635a4c234d3ca25126c3661eb36028c6e25601f85e", - "version": "8.4.3.6", - "licenses": ["TCL"], - "license_file": "LICENSE.tix.txt", - }, "tk": { "url": "https://prdownloads.sourceforge.net/tcl/tk9.0.3-src.tar.gz", "size": 4644835, From 46830b3ad4c06b0e537f37641a96fd0325128bc3 Mon Sep 17 00:00:00 2001 From: "Jonathan J. Helmus" Date: Tue, 2 Jun 2026 17:16:16 -0500 Subject: [PATCH 2/2] remove unused {tcl,tk}-8612 download entry --- pythonbuild/downloads.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pythonbuild/downloads.py b/pythonbuild/downloads.py index c8dc5534b..86e62bc0b 100644 --- a/pythonbuild/downloads.py +++ b/pythonbuild/downloads.py @@ -350,24 +350,6 @@ "version": "8.6.14", "git_commit": "c624cc881bd0e5071dec9de4b120cbe9985d8c14", }, - "tcl-8612": { - "url": "https://prdownloads.sourceforge.net/tcl/tcl8.6.12-src.tar.gz", - "size": 10353486, - "sha256": "26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6", - "version": "8.6.12", - "library_names": ["tcl8.6"], - "licenses": ["TCL"], - "license_file": "LICENSE.tcl.txt", - }, - "tk-8612": { - "url": "https://prdownloads.sourceforge.net/tcl/tk8.6.12-src.tar.gz", - "size": 4515393, - "sha256": "12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630", - "version": "8.6.12", - "library_names": ["tk8.6"], - "licenses": ["TCL"], - "license_file": "LICENSE.tcl.txt", - }, "tk-windows-bin-8612": { "url": "https://github.com/python/cpython-bin-deps/archive/e3c3e9a2856124aa32b608632a52742d479eb7a9.tar.gz", "size": 6787654,