File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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"
@@ -23,6 +23,9 @@ class Rye < Formula
23
23
sha256 cellar : :any_skip_relocation , x86_64_linux : "2c57f18a9a1dd66aca420ceb0bdd53d91915bfd9b93298b5cfa12411af9558a7"
24
24
end
25
25
26
+ # https://github.com/astral-sh/rye/commit/62ec9edbe471958a05a70418b19f3acd54f0484d
27
+ deprecate! date : "2025-08-18" , because : :unmaintained
28
+
26
29
depends_on "pkgconf" => :build
27
30
depends_on "rust" => :build
28
31
You can’t perform that action at this time.
0 commit comments