From 183c7b7a6d1720a56e2efc7da75ecb98a18f54fd Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 26 Oct 2025 16:35:00 -0700 Subject: [PATCH] shyaml: deprecate --- Formula/s/shyaml.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/s/shyaml.rb b/Formula/s/shyaml.rb index 76763e598513..f2ecb081e452 100644 --- a/Formula/s/shyaml.rb +++ b/Formula/s/shyaml.rb @@ -19,6 +19,9 @@ class Shyaml < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "94fa46b2c7b21233b659a07743538eca11873d6787515cf74b98b8632e014abf" end + # Last release in 2020, needs patch to build with modern setuptools + deprecate! date: "2025-10-26", because: :unmaintained, replacement_formula: "yq" + depends_on "libyaml" depends_on "python@3.14"