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

a*: migrate to pkgconf #198490

Merged
merged 4 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Formula/a/ansible-lint.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AnsibleLint < Formula

Check notice on line 1 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for ansible-lint built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for ansible-lint built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for ansible-lint built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for ansible-lint built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)

Check notice on line 1 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for ansible-lint built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/ansible-lint.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for ansible-lint built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)
include Language::Python::Virtualenv

desc "Checks ansible playbooks for practices and behaviour"
Expand All @@ -17,7 +17,7 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8ee000d26f840190539411f333f6d32541d679129595d391c99cc90a309cb1"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build # for rpds-py
depends_on "ansible" => :test
depends_on "cryptography"
Expand Down
4 changes: 2 additions & 2 deletions Formula/a/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AnsibleAT8 < Formula

Check notice on line 1 in Formula/a/[email protected]

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for ansible@8 built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for ansible@8 built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for ansible@8 built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for ansible@8 built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)

Check notice on line 1 in Formula/a/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for ansible@8 built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for ansible@8 built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)
include Language::Python::Virtualenv

desc "Automate deployment, configuration, and upgrading"
Expand All @@ -22,8 +22,8 @@
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-package-release-cycle
disable! date: "2024-12-14", because: :unmaintained

# `pkg-config` and `rust` are for bcrypt
depends_on "pkg-config" => :build
# `pkgconf` and `rust` are for bcrypt
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "libsodium" # for pynacl
depends_on "libyaml"
Expand Down
2 changes: 1 addition & 1 deletion Formula/a/avro-cpp.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AvroCpp < Formula

Check notice on line 1 in Formula/a/avro-cpp.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for avro-cpp built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)

Check notice on line 1 in Formula/a/avro-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for avro-cpp built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/avro-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for avro-cpp built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/avro-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for avro-cpp built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)

Check notice on line 1 in Formula/a/avro-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for avro-cpp built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/avro-cpp.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for avro-cpp built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)
desc "Data serialization system"
homepage "https://avro.apache.org/"
# Upstreams tar.gz can't be opened by bsdtar on macOS
Expand All @@ -22,7 +22,7 @@
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "boost"

def install
Expand Down
4 changes: 2 additions & 2 deletions Formula/a/azure-cli.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AzureCli < Formula

Check notice on line 1 in Formula/a/azure-cli.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for azure-cli built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)

Check notice on line 1 in Formula/a/azure-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for azure-cli built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/azure-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for azure-cli built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/azure-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for azure-cli built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)

Check notice on line 1 in Formula/a/azure-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for azure-cli built at 6fda37593de (Merge 55f589f3670e147155d6bc56efdb554d36909f8b into a97b3c1e8b5aef502b1b8070e0236be0d2d12dbe, 2024-11-21)

Check notice on line 1 in Formula/a/azure-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for azure-cli built at d93dd73e621 (Merge a84bbc8e84ef439456700011791706c89e36fa97 into a13fc692303d27295b8bfe00f913ccc3709c4124, 2024-11-21)
include Language::Python::Virtualenv

desc "Microsoft Azure CLI 2.0"
Expand All @@ -23,8 +23,8 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff63d27dc6262753ee4406650111ce108893a0de1bc7e6a97f9e9a68f29e949f"
end

# `pkg-config`, `rust`, and `openssl@3` are for cryptography.
depends_on "pkg-config" => :build
# `pkgconf`, `rust`, and `openssl@3` are for cryptography.
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "libsodium"
depends_on "libyaml"
Expand Down
Loading