Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wisp: new version 1.0.11 #205

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading