1
1
class Rye < Formula
2
- desc "Package Management Solution for Python (consider the successor \" uv \" instead) "
2
+ desc "Package Management Solution for Python"
3
3
homepage "https://rye.astral.sh/"
4
4
url "https://github.com/astral-sh/rye/archive/refs/tags/0.44.0.tar.gz"
5
5
sha256 "6ef86ccba82b59edfc4f6deba39be6394e7866fe2250596b96124c20327f0581"
@@ -14,15 +14,19 @@ class Rye < Formula
14
14
end
15
15
16
16
bottle do
17
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "84c1ce8ddff03d794c636fdd224c0ccf873a0a74b330d2eb3b56b7c481ccb9f5"
18
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "b68d8c0f567cb5d26d3ae99cacb29c56cb7cc1ef4233c73c43d554681a20c740"
19
- sha256 cellar : :any_skip_relocation , arm64_ventura : "bc5259ed968232a6ee88fa9afeba7dd6429dc7eea4a3fafa3dc1eeda259c6a27"
20
- sha256 cellar : :any_skip_relocation , sonoma : "b3a8e7efb4d1cb5070a3182778474e5e196f9f2e94edf30a8584de32bbe1f050"
21
- sha256 cellar : :any_skip_relocation , ventura : "e15f3bbaa74bc6ef7b7fe65e79af32a812567394c27f5074f675726e3f0da24a"
22
- sha256 cellar : :any_skip_relocation , arm64_linux : "ae95a33be1b6eab2d8e8e17e95bdb14e6b23043bfb775094f76ce61964afc2a8"
23
- sha256 cellar : :any_skip_relocation , x86_64_linux : "2c57f18a9a1dd66aca420ceb0bdd53d91915bfd9b93298b5cfa12411af9558a7"
17
+ rebuild 1
18
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "f26f53e090a3f1c42b880b7df2593f597e4294abe311fd1cd0ca1173cc49e5b5"
19
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "e502b9c99df1d69e7caef8e63e23aed06816b90557fa487d18f6610901b13944"
20
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c6b74baa377f0ba45f330e370166b5666e1420ec0d6c753b7a375c4fc2d8ef40"
21
+ sha256 cellar : :any_skip_relocation , sonoma : "5ac877425fa7885188dcda9743f46146bcd57d835a721f7958a8a46281357f7e"
22
+ sha256 cellar : :any_skip_relocation , ventura : "31699f1f7848d15e13d80139514bcc479dca399d2dbf6129884b1e0f2a372047"
23
+ sha256 cellar : :any_skip_relocation , arm64_linux : "800c9ebff0b4a200313646ad3b2db6909121a2ea8377e7d33254d09bcbddedb8"
24
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "b58b4ad1741833bb23f3d4411ea72a4e17ec013961dfa3ac152db8bd73fe1b30"
24
25
end
25
26
27
+ # https://github.com/astral-sh/rye/commit/62ec9edbe471958a05a70418b19f3acd54f0484d
28
+ deprecate! date : "2025-08-18" , because : :unmaintained
29
+
26
30
depends_on "pkgconf" => :build
27
31
depends_on "rust" => :build
28
32
0 commit comments