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]_py312: update url for debian tarball #663

Closed
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
7 changes: 3 additions & 4 deletions Formula/[email protected]_py312.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ class Pyside2AT51515Py312 < Formula
# before a `brew install` to get the latest changes
#------
# the tarbal / .zip file of the pyside source defaults to CRLF line endings thus the mixed line endings in the
# patch file
# to avoid the mixed line endings use the .xz archive
# patch file, to avoid the mixed line endings use the .xz archive
patch do
url "https://raw.githubusercontent.com/FreeCAD/homebrew-freecad/fb307f43ef9e556f9b86348d865356b1fe072ef2/patches/pyside2%405.15.15_py312-python-v3.12-support-unix.patch"
sha256 "0fd9b2b1a53f65f8162cc14d866db165e80b30fe87b83b7401a0573e7d40fb91"
Expand All @@ -72,8 +71,8 @@ class Pyside2AT51515Py312 < Formula

# Apply Debian patches to support Clang >= v15 https://bugreports.qt.io/browse/PYSIDE-2268
patch do
url "http://deb.debian.org/debian/pool/main/p/pyside2/pyside2_5.15.14-1.debian.tar.xz"
sha256 "a0dae3cc101b50f4ce1cda8076d817261feaa66945f9003560a3af2c0a9a7cd8"
url "http://deb.debian.org/debian/pool/main/p/pyside2/pyside2_5.15.16-1.debian.tar.xz"
sha256 "3a4b596537c26bac8f94f92256f64f0e30f436f311af7e43197ba34fd13aa5f1"
apply "patches/shiboken2-clang-Fix-clashes-between-type-name-and-enumera.patch",
"patches/shiboken2-clang-Fix-and-simplify-resolveType-helper.patch",
"patches/shiboken2-clang-Remove-typedef-expansion.patch",
Expand Down
Loading