Skip to content

Commit ba5e46c

Browse files
committed
rye: deprecate
1 parent 5f99196 commit ba5e46c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Formula/r/rye.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Rye < Formula
2-
desc "Package Management Solution for Python (consider the successor \"uv\" instead)"
2+
desc "Package Management Solution for Python"
33
homepage "https://rye.astral.sh/"
44
url "https://github.com/astral-sh/rye/archive/refs/tags/0.44.0.tar.gz"
55
sha256 "6ef86ccba82b59edfc4f6deba39be6394e7866fe2250596b96124c20327f0581"
@@ -23,6 +23,9 @@ class Rye < Formula
2323
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c57f18a9a1dd66aca420ceb0bdd53d91915bfd9b93298b5cfa12411af9558a7"
2424
end
2525

26+
# https://github.com/astral-sh/rye/commit/62ec9edbe471958a05a70418b19f3acd54f0484d
27+
deprecate! date: "2025-08-18", because: :unmaintained
28+
2629
depends_on "pkgconf" => :build
2730
depends_on "rust" => :build
2831

0 commit comments

Comments
 (0)