Skip to content

Commit

Permalink
gorilla-cli: disable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 19, 2024
1 parent 9027c7d commit 6c1b3ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/g/gorilla-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class GorillaCli < Formula
url "https://files.pythonhosted.org/packages/cd/2b/7a64f9ad59009e72ddf73d055195b4bf23e15599a61e66f1458b4025b9e5/gorilla-cli-0.0.10.tar.gz"
sha256 "bf375230a06fac99ba56f14f49474466036f072751cd1d5a1908e8ace561856c"
license "Apache-2.0"
revision 2
revision 3

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d416ebe00b2ab118491bf6447fc71ef43c0921d2d69b646d5a312e929cc5bb2"
Expand All @@ -18,6 +18,10 @@ class GorillaCli < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3909a9070a0bc65842f887b937bb8f8613b5c40e4e4de86e8cd1ef4e82a41c2"
end

# upstream bug report, https://github.com/gorilla-llm/gorilla-cli/issues/
# homebrew PR https://github.com/Homebrew/homebrew-core/pull/188498
disable! date: "2024-09-12", because: "cli does not work due to `LoadingServer is unreachable`"

depends_on "certifi"
depends_on "python@3.12"

Expand Down Expand Up @@ -82,7 +86,9 @@ class GorillaCli < Formula
end

def install
virtualenv_install_with_resources
venv = virtualenv_create(libexec, "python3.12")
venv.pip_install resources
venv.pip_install_and_link buildpath
end

test do
Expand Down

0 comments on commit 6c1b3ee

Please sign in to comment.