File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ class Woof < Formula
9
9
revision 1
10
10
head "https://github.com/simon-budig/woof.git" , branch : "master"
11
11
12
- no_autobump! because : :requires_manual_review
13
-
14
12
bottle do
15
13
rebuild 1
16
14
sha256 cellar : :any_skip_relocation , all : "cfc359d1f134edad9eb8e9f5fa9542486b3934dfc2c3f56e694c2557460a47b8"
17
15
end
18
16
19
- depends_on "python@3.13 "
17
+ uses_from_macos "python"
20
18
21
19
conflicts_with "woof-doom" , because : "both install `woof` binaries"
22
20
@@ -27,14 +25,14 @@ class Woof < Formula
27
25
end
28
26
29
27
def install
30
- rewrite_shebang detected_python_shebang , "woof"
28
+ rewrite_shebang detected_python_shebang ( use_python_from_path : true ) , "woof"
31
29
bin . install "woof"
32
30
end
33
31
34
32
test do
35
33
port = free_port
36
34
pid = spawn bin /"woof" , "-s" , "-p" , port . to_s
37
- sleep 5
35
+ sleep 15
38
36
39
37
begin
40
38
read = ( bin /"woof" ) . read
You can’t perform that action at this time.
0 commit comments