Skip to content

Commit

Permalink
wisp: new version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 1, 2023
1 parent 7b406c0 commit c60e43f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Formula/wisp.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
class Wisp < Formula
desc "OAuth module for Guile"
homepage "https://www.draketo.de/software/wisp"
url "https://hg.sr.ht/~arnebab/wisp/archive/v1.0.7.tar.gz"
sha256 "641ebd1624987a9f2b6ec9966ccf333b0894599bd9edcf609426b294a6f87b49"
url "https://www.draketo.de/software/wisp-1.0.11.tar.gz"
sha256 "a643ef884f3cd3078c5e50f36de4c425ee7a1ca4fac73096769ebc287cb3dedd"

bottle do
root_url "https://github.com/aconchillo/homebrew-guile/releases/download/wisp-1.0.7"
sha256 cellar: :any_skip_relocation, monterey: "de3587a0be8100d36209d17cb9d1304891ac8f85456d0555b75978a47f8e3f47"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f8c38d4727994ded058b9ce402b1ea7f630d5705f39b3f04ac4e7eeddd480807"
end

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "pkg-config" => :build
depends_on "python@3.9" => :build
depends_on "python@3.11" => :build
depends_on "guile"

def install

Check warning on line 17 in Formula/wisp.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle aconchillo/guile/wisp` failed on macOS Ventura (13)!

==> Fetching aconchillo/guile/wisp ==> Downloading https://www.draketo.de/software/wisp-1.0.11.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/5572d32847b18621839f934b05dc9ca21e91d5f5ec7cd48c42ce98b9b8bfb472--wisp-1.0.11.tar.gz ==> Verifying checksum for '5572d32847b18621839f934b05dc9ca21e91d5f5ec7cd48c42ce98b9b8bfb472--wisp-1.0.11.tar.gz' ==> Installing wisp from aconchillo/guile /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/5572d32847b18621839f934b05dc9ca21e91d5f5ec7cd48c42ce98b9b8bfb472--wisp-1.0.11.tar.gz --directory /private/tmp/d20231201-9654-e7libe wisp-1.0.11/examples/d20world.scm: Failed to restore metadata wisp-1.0.11/examples/results.Guile: Failed to restore metadata wisp-1.0.11/examples/multithreaded-magic.scm: Failed to restore metadata wisp-1.0.11/examples/evaluate-r7rs-benchmark.png: Failed to restore metadata wisp-1.0.11/examples/advent-2016-day-7.w: Failed to restore metadata wisp-1.0.11/examples/lisp2wisp.w: Failed to restore metadata wisp-1.0.11/examples/evaluate-r7rs-benchmark.w~: Failed to restore metadata tar: Error exit delayed from previous errors. Error: Failure while executing; `/usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/5572d32847b18621839f934b05dc9ca21e91d5f5ec7cd48c42ce98b9b8bfb472--wisp-1.0.11.tar.gz --directory /private/tmp/d20231201-9654-e7libe` exited with 1. Here's the output: wisp-1.0.11/examples/d20world.scm: Failed to restore metadata wisp-1.0.11/examples/results.Guile: Failed to restore metadata wisp-1.0.11/examples/multithreaded-magic.scm: Failed to restore metadata wisp-1.0.11/examples/evaluate-r7rs-benchmark.png: Failed to restore metadata wisp-1.0.11/examples/advent-2016-day-7.w: Failed to restore metadata wisp-1.0.11/examples/lisp2wisp.w: Failed to restore metadata wisp-1.0.11/examples/evaluate-r7rs-benchmark.w~: Failed to restore metadata tar: Error exit delayed from previous errors.
ENV["GUILE_AUTO_COMPILE"] = "0"

system "autoreconf", "-vif"
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end
Expand Down

0 comments on commit c60e43f

Please sign in to comment.