From 5129a522fcefd22db8ade238e82e849654e64659 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 10 Aug 2024 13:35:53 -0700 Subject: [PATCH 1/4] python@3.8: remove stale `skip_clean` --- Formula/p/python@3.8.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/p/python@3.8.rb b/Formula/p/python@3.8.rb index bb4da1f9ccca3..cb1f9445d3dc7 100644 --- a/Formula/p/python@3.8.rb +++ b/Formula/p/python@3.8.rb @@ -48,10 +48,6 @@ class PythonAT38 < Formula depends_on "libnsl" end - skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7", "bin/pip-3.8" - skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5", "bin/easy_install-3.6", - "bin/easy_install-3.7", "bin/easy_install-3.8" - # Always update to latest release resource "pip" do url "https://files.pythonhosted.org/packages/94/59/6638090c25e9bc4ce0c42817b5a234e183872a1129735a9330c472cc2056/pip-24.0.tar.gz" From 6d037da10e9a5d7e07325259d3e4b8f3f6aa07dc Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 10 Aug 2024 13:36:13 -0700 Subject: [PATCH 2/4] python@3.9: remove stale `skip_clean` --- Formula/p/python@3.9.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/p/python@3.9.rb b/Formula/p/python@3.9.rb index fa176f1c1d0a7..1f291bdfcd52c 100644 --- a/Formula/p/python@3.9.rb +++ b/Formula/p/python@3.9.rb @@ -45,10 +45,6 @@ class PythonAT39 < Formula depends_on "libnsl" end - skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7", "bin/pip-3.8" - skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5", "bin/easy_install-3.6", - "bin/easy_install-3.7", "bin/easy_install-3.8" - # Always update to latest release resource "flit-core" do url "https://files.pythonhosted.org/packages/c4/e6/c1ac50fe3eebb38a155155711e6e864e254ce4b6e17fe2429b4c4d5b9e80/flit_core-3.9.0.tar.gz" From 862824ca02b226c450ac338f14dbb694081f21fd Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 10 Aug 2024 13:36:28 -0700 Subject: [PATCH 3/4] python@3.10: remove stale `skip_clean` --- Formula/p/python@3.10.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/p/python@3.10.rb b/Formula/p/python@3.10.rb index 82b7713525505..c2a7d8f02ea82 100644 --- a/Formula/p/python@3.10.rb +++ b/Formula/p/python@3.10.rb @@ -45,10 +45,6 @@ class PythonAT310 < Formula depends_on "libnsl" end - skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7", "bin/pip-3.8", "bin/pip-3.9" - skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5", "bin/easy_install-3.6", - "bin/easy_install-3.7", "bin/easy_install-3.8", "bin/easy_install-3.9" - # Always update to latest release resource "flit-core" do url "https://files.pythonhosted.org/packages/c4/e6/c1ac50fe3eebb38a155155711e6e864e254ce4b6e17fe2429b4c4d5b9e80/flit_core-3.9.0.tar.gz" From 76ac04811d461548e7fe39e8699ddb6f9b23cee7 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 10 Aug 2024 13:36:40 -0700 Subject: [PATCH 4/4] python@3.11: remove stale `skip_clean` --- Formula/p/python@3.11.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Formula/p/python@3.11.rb b/Formula/p/python@3.11.rb index 6013c19b3b95e..4e95742307554 100644 --- a/Formula/p/python@3.11.rb +++ b/Formula/p/python@3.11.rb @@ -45,11 +45,6 @@ class PythonAT311 < Formula depends_on "libnsl" end - skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7", "bin/pip-3.8", "bin/pip-3.9", - "bin/pip-3.10" - skip_clean "bin/easy_install3", "bin/easy_install-3.4", "bin/easy_install-3.5", "bin/easy_install-3.6", - "bin/easy_install-3.7", "bin/easy_install-3.8", "bin/easy_install-3.9", "bin/easy_install-3.10" - # Always update to latest release resource "flit-core" do url "https://files.pythonhosted.org/packages/c4/e6/c1ac50fe3eebb38a155155711e6e864e254ce4b6e17fe2429b4c4d5b9e80/flit_core-3.9.0.tar.gz"