Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected]: Update file checksum #57997

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,10 @@ class PythonAT38 < Formula

# Remove this block when upstream adds arm64 compatibility
if Hardware::CPU.arm?
# Upstream PR #21114, "Support `arm64` in Mac/Tools/pythonw"
# Upstream PRs #20171, #21114, #21224 and #21249
patch do
url "https://github.com/python/cpython/pull/21114.patch?full_index=1"
sha256 "a50ddeb9f3a51277c935d681a4607f6e73c0817ec7a10c5e77bc8389814ccb19"
end

# Upstream PR #21224, "allow python to build for macosx-11.0-arm64"
patch do
url "https://github.com/python/cpython/pull/21224.patch?full_index=1"
sha256 "2a02ad3412a3f41cd67ae26a20f70ffd42dd15ef6791f8c8ef86129572e8f1d7"
end

# Upstream PR #21249, "ctypes fixes for arm64 Mac OS"
patch do
url "https://github.com/python/cpython/pull/21249.patch?full_index=1"
sha256 "11923d4a249da7b050cc2093bd9d4547dcdfbf61718b20896e8b6447e1967cb3"
url "https://raw.githubusercontent.com/Homebrew/formula-patches/113aa84/python/3.8.3.patch"
sha256 "9c0d7c28c33c6036860457bd9c5a03026c71bd034907b77fbf861ff5fe216ed0"
end
end

Expand Down