Skip to content

Commit c492377

Browse files
authored
Merge pull request Homebrew#193556 from calvinit/python@3.13-glib
glib: migrate to python@3.13
2 parents 3400a20 + a2274b0 commit c492377

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Formula/g/glib.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ class Glib < Formula
88
license "LGPL-2.1-or-later"
99

1010
bottle do
11-
sha256 arm64_sequoia: "922c92018e72eb1b0aa972a39f9b04227dd50c2600434943584727f3d78fd672"
12-
sha256 arm64_sonoma: "be85658ed18ee50aa6f9c9ca016bdc97bd665129f1de350a2c0ae45bd5cea1a8"
13-
sha256 arm64_ventura: "ddfe7b3569d9e0ef8c279ad311910a0f5f238a97425f4aecc9c568430c6fc5f9"
14-
sha256 sonoma: "d84c34b9572aca1b723f915debdbcc676e1ce3528b0c6ced48c92adbe0ecb917"
15-
sha256 ventura: "319c0b60fad79996858ca4b440f58798b2ed45f0971881ff6b0b164a75de1619"
16-
sha256 x86_64_linux: "67d479d1efa505b1c6af6ed6e4fb75cc8d51c0275f50fc44ef954c73e94eecb9"
11+
rebuild 1
12+
sha256 arm64_sequoia: "f2abd982579380fa01cf4bde3fba4e4e8c3f637968ed5f877abe9b2f03867546"
13+
sha256 arm64_sonoma: "59b2f7c8083f75518cf7389076d53273da8dd3408b64c96d16b1b98a4fcfbfd5"
14+
sha256 arm64_ventura: "03f99542d1f48c8f4a3219523ea4dcd854959a45d5024b69fb9fed312cfc03ab"
15+
sha256 sonoma: "4d6212217fd522c5771a970cf836090ac0e61dc8e71fc87348bb02f16133d1de"
16+
sha256 ventura: "3a1546e0953f0dc82f81a8bcff6d0a58ec12cc646532ae7682313e4b8c0a19fd"
17+
sha256 x86_64_linux: "5ab4a7c3a7b616b4a472fde55d9341fb65d048258b6d63a85b4005fc85a4652b"
1718
end
1819

1920
depends_on "bison" => :build # for gobject-introspection
@@ -24,7 +25,7 @@ class Glib < Formula
2425
depends_on "python-setuptools" => :build # for gobject-introspection
2526
depends_on "pcre2"
2627
depends_on "python-packaging"
27-
depends_on "python@3.12"
28+
depends_on "python@3.13"
2829

2930
uses_from_macos "flex" => :build # for gobject-introspection
3031
uses_from_macos "libffi", since: :catalina
@@ -59,7 +60,7 @@ class Glib < Formula
5960
end
6061

6162
def install
62-
python = "python3.12"
63+
python = "python3.13"
6364
inreplace %w[gio/xdgmime/xdgmime.c glib/gutils.c], "@@HOMEBREW_PREFIX@@", HOMEBREW_PREFIX
6465
# Avoid the sandbox violation when an empty directory is created outside of the formula prefix.
6566
inreplace "gio/meson.build", "install_emptydir(glib_giomodulesdir)", ""

0 commit comments

Comments
 (0)