Skip to content

Commit

Permalink
Merge pull request #183835 from chenrui333/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored Sep 7, 2024
2 parents e4956ae + 410f648 commit 5c36521
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Formula/p/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class PythonAT38 < Formula
desc "Interpreted, interactive, object-oriented programming language"
homepage "https://www.python.org/"
url "https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tar.xz"
sha256 "d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076"
url "https://www.python.org/ftp/python/3.8.20/Python-3.8.20.tar.xz"
sha256 "6fb89a7124201c61125c0ab4cf7f6894df339a40c02833bfd28ab4d7691fafb4"
license "Python-2.0"

livecheck do
Expand All @@ -11,13 +11,13 @@ class PythonAT38 < Formula
end

bottle do
sha256 arm64_sonoma: "d09f8b721bce845fb4442c2fe463f693ba301c1b6de900557aa3f0f91e33dff2"
sha256 arm64_ventura: "c69c13474e19eaaa99bb259bb350b992c6e882bfa47c662105109bd17bb0f329"
sha256 arm64_monterey: "7b9cde42d8d02cf45416c444a874f63df7d2de315eebe158ac8a30bde2652b97"
sha256 sonoma: "92aed4e22e09a4aea102d31b174f9bea7d4022d4a401a2c5821bc146f801a2b8"
sha256 ventura: "b2d965f8246e14049fc2f074d4085fa0bd66d9fda7a03afb7d838236158816d7"
sha256 monterey: "a4e974c34845544e02eb0f952a3ad5e8a0d238a57f3c31c8ee07687d432a2cdb"
sha256 x86_64_linux: "ec186f971b5de1a11c2255124ad7f8056f2723074f0217b84e8861faa5b1bb10"
sha256 arm64_sonoma: "49082bc289bc3547b509f24e962cc8cbefad015345c0675631e42b3b23d2ecc7"
sha256 arm64_ventura: "d1b22ac3c7066fb48a1c5274f14bc5f0df724c25a309bd479b5880120c8e44a0"
sha256 arm64_monterey: "339f24fcd11f9c005d7f1818a88bcc79683938b2bc1ff95dc236eab157f112a2"
sha256 sonoma: "125c3d7416bee3f05086683dd74455604064ecda2808af868720e54c6b9e7e6a"
sha256 ventura: "6760f38435697b00dcb5dc9f5dfd6adfd57df3c63158e03ebf486e88afb2cdc8"
sha256 monterey: "15cd39037b6f0aa7e9776c32f984862606c47252d668ecbb0be3d924aa5d245a"
sha256 x86_64_linux: "35120e0281d3baffdb30ea545cc728b67f7bc3bd732e2e06dc26692f467b9d8c"
end

# setuptools remembers the build flags python is built with and uses them to
Expand Down Expand Up @@ -49,19 +49,20 @@ class PythonAT38 < Formula
end

# Always update to latest release
# setup.py got removed in pip 24.1b1 and above
resource "pip" do
url "https://files.pythonhosted.org/packages/94/59/6638090c25e9bc4ce0c42817b5a234e183872a1129735a9330c472cc2056/pip-24.0.tar.gz"
sha256 "ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/4d/5b/dc575711b6b8f2f866131a40d053e30e962e633b332acf7cd2c24843d83d/setuptools-69.2.0.tar.gz"
sha256 "0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e"
url "https://files.pythonhosted.org/packages/3e/2c/f0a538a2f91ce633a78daaeb34cbfb93a54bd2132a6de1f6cec028eee6ef/setuptools-74.1.2.tar.gz"
sha256 "95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"
end

resource "wheel" do
url "https://files.pythonhosted.org/packages/b8/d6/ac9cd92ea2ad502ff7c1ab683806a9deb34711a1e2bd8a59814e8fc27e69/wheel-0.43.0.tar.gz"
sha256 "465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"
url "https://files.pythonhosted.org/packages/b7/a0/95e9e962c5fd9da11c1e28aa4c0d8210ab277b1ada951d2aee336b505813/wheel-0.44.0.tar.gz"
sha256 "a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"
end

# Link against libmpdec.so.3, update for mpdecimal.h symbol cleanup.
Expand Down

0 comments on commit 5c36521

Please sign in to comment.