Skip to content

Commit 02488c8

Browse files
committed
woof: use macos python, enable autobump
1 parent a315c90 commit 02488c8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/w/woof.rb

Lines changed: 3 additions & 5 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,14 +25,14 @@ 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

3432
test do
3533
port = free_port
3634
pid = spawn bin/"woof", "-s", "-p", port.to_s
37-
sleep 5
35+
sleep 15
3836

3937
begin
4038
read = (bin/"woof").read

0 commit comments

Comments
 (0)