From 2c592ef959dcca3df2071441b1f786625cb0475b Mon Sep 17 00:00:00 2001 From: Jacob Ford Date: Tue, 19 Mar 2024 13:25:40 -0400 Subject: [PATCH] python-matplotlib: remove redundant resource blocks Prefer with corresponding Homebrew formulae See https://github.com/orgs/Homebrew/discussions/5211\#discussioncomment-8837868 --- Formula/p/python-matplotlib.rb | 40 ---------------------------------- 1 file changed, 40 deletions(-) diff --git a/Formula/p/python-matplotlib.rb b/Formula/p/python-matplotlib.rb index 554df1f48ba4..09dd1e4c5531 100644 --- a/Formula/p/python-matplotlib.rb +++ b/Formula/p/python-matplotlib.rb @@ -49,51 +49,11 @@ class PythonMatplotlib < Formula sha256 "171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a" end - resource "cycler" do - url "https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz" - sha256 "88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" - end - - resource "fonttools" do - url "https://files.pythonhosted.org/packages/24/d5/c9e4706b3f564d8afe3005ccea1c9727a631efe790f8bb17819d12b192ec/fonttools-4.48.1.tar.gz" - sha256 "8b8a45254218679c7f1127812761e7854ed5c8e34349aebf581e8c9204e7495a" - end - - resource "kiwisolver" do - url "https://files.pythonhosted.org/packages/b9/2d/226779e405724344fc678fcc025b812587617ea1a48b9442628b688e85ea/kiwisolver-1.4.5.tar.gz" - sha256 "e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec" - end - - resource "numpy" do - url "https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz" - sha256 "2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010" - end - - resource "packaging" do - url "https://files.pythonhosted.org/packages/fb/2b/9b9c33ffed44ee921d0967086d653047286054117d584f1b1a7c22ceaf7b/packaging-23.2.tar.gz" - sha256 "048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5" - end - - resource "pillow" do - url "https://files.pythonhosted.org/packages/f8/3e/32cbd0129a28686621434cbf17bb64bf1458bfb838f1f668262fefce145c/pillow-10.2.0.tar.gz" - sha256 "e87f0b2c78157e12d7686b27d63c070fd65d994e8ddae6f328e0dcf4a0cd007e" - end - - resource "pyparsing" do - url "https://files.pythonhosted.org/packages/37/fe/65c989f70bd630b589adfbbcd6ed238af22319e90f059946c26b4835e44b/pyparsing-3.1.1.tar.gz" - sha256 "ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db" - end - resource "python-dateutil" do url "https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz" sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" end - resource "six" do - url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz" - sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" - end - def python3 which("python3.12") end