|
1 | 1 | class Maturin < Formula
|
2 | 2 | desc "Build and publish Rust crates as Python packages"
|
3 | 3 | homepage "https://github.com/PyO3/maturin"
|
4 |
| - url "https://github.com/PyO3/maturin/archive/refs/tags/v1.5.1.tar.gz" |
5 |
| - sha256 "18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe" |
| 4 | + url "https://github.com/PyO3/maturin/archive/refs/tags/v1.6.0.tar.gz" |
| 5 | + sha256 "10809d4df85532cb70d9f186117cac8b2d2fa9b03c8f2fb53a8dc8a531f5afeb" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"]
|
7 | 7 | head "https://github.com/PyO3/maturin.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "816bac13e0ade88644be6302046a122933eb764144319b0e285d71886d4f7ced" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "1f0070fd7512a2d053c2570ea2950bdbc6e93e82c32a6d0b6e2a87073245d174" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "bc1f48134f94033c3076ec81789f8535cdd7bfbe491a0c4ab7fabd77da81ce15" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "2624f61bf61c382b484327da793647605b1f148febfa2986903f48a2647d6c0d" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "dcce958776df8b4918d45cef232bb4397b9dbbaf2b5595a08d2bd0d51c497a49" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "b449b675cb65e15b297278034cb6638c49788c18ae71a528de6d3cb1846a52a2" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b6989129f8ef6742a60e6284ce41236e7a302b571eaa0b0561345e92c777ffc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "03aa70283ce54686043691afe12e2db8b4b67467000f81e9fd14be1d6c8838dc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c2b9a3422d09d64f029485ddedc4119b683c1981c61d70b784531d42a71d22d4" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "d42604f20c9cdea68cb9d8ae1d240fbb0558df35ce9a6df5272b2c38ddfdc1f4" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "7bc8cdb084d39d57e5f3653572d208efa152c7fd5f5f17e9f9503565d7c7e604" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "d28a84793ace2256e1b0a0e12a24216824646544cf82070f71d1accb68aef1e2" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "04e6b3fbc65189ee76fee372cd193635d0dbd96864581e0d1ecebab9c60f9b3a" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "716e67803b377ce3c121b2ad38eb854b4823029c9f836a2e60a28296693a671a" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "[email protected]" => :test
|
20 | 20 | depends_on "rust"
|
21 | 21 |
|
| 22 | + uses_from_macos "bzip2" |
| 23 | + |
22 | 24 | def install
|
23 | 25 | # Work around an Xcode 15 linker issue which causes linkage against LLVM's
|
24 | 26 | # libunwind due to it being present in a library search path.
|
|
0 commit comments