Skip to content

Commit 4ac9605

Browse files
committed
woof: use macos python, enable autobump
1 parent a315c90 commit 4ac9605

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/w/woof.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ class Woof < Formula
99
revision 1
1010
head "https://github.com/simon-budig/woof.git", branch: "master"
1111

12-
no_autobump! because: :requires_manual_review
13-
1412
bottle do
1513
rebuild 1
1614
sha256 cellar: :any_skip_relocation, all: "cfc359d1f134edad9eb8e9f5fa9542486b3934dfc2c3f56e694c2557460a47b8"
1715
end
1816

19-
depends_on "python@3.13"
17+
uses_from_macos "python"
2018

2119
conflicts_with "woof-doom", because: "both install `woof` binaries"
2220

@@ -27,7 +25,7 @@ class Woof < Formula
2725
end
2826

2927
def install
30-
rewrite_shebang detected_python_shebang, "woof"
28+
rewrite_shebang detected_python_shebang(use_python_from_path: true), "woof"
3129
bin.install "woof"
3230
end
3331

0 commit comments

Comments
 (0)