Skip to content

Commit

Permalink
maturin 1.6.0
Browse files Browse the repository at this point in the history
maturin: declare indirect deps with linkage

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jun 4, 2024
1 parent 0229b2a commit 08338c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Maturin < Formula
desc "Build and publish Rust crates as Python packages"
homepage "https://github.com/PyO3/maturin"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.5.1.tar.gz"
sha256 "18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.6.0.tar.gz"
sha256 "10809d4df85532cb70d9f186117cac8b2d2fa9b03c8f2fb53a8dc8a531f5afeb"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main"

Expand All @@ -19,6 +19,8 @@ class Maturin < Formula
depends_on "[email protected]" => :test
depends_on "rust"

uses_from_macos "bzip2"

def install
# Work around an Xcode 15 linker issue which causes linkage against LLVM's
# libunwind due to it being present in a library search path.
Expand Down

0 comments on commit 08338c2

Please sign in to comment.