From 6a97c1624f419d6f9f042eb256dab1fe81be7e5f Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:21:34 +0800 Subject: [PATCH] python-packaging: undisable See discussion at #167905. --- Formula/p/python-packaging.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/python-packaging.rb b/Formula/p/python-packaging.rb index f6d3d3521f2ed..df7f95eb09f36 100644 --- a/Formula/p/python-packaging.rb +++ b/Formula/p/python-packaging.rb @@ -1,3 +1,5 @@ +# This is an exception to Homebrew policy on Python libraries. See: +# https://github.com/Homebrew/homebrew-core/issues/167905#issuecomment-2328118401 class PythonPackaging < Formula desc "Core utilities for Python packages" homepage "https://packaging.pypa.io/" @@ -10,8 +12,6 @@ class PythonPackaging < Formula sha256 cellar: :any_skip_relocation, all: "7423b5f0a0a2a65d981e88581abf853ea8cbf2486353f541d452d41ef5ea1e55" end - disable! date: "2024-10-05", because: "does not meet homebrew/core's requirements for Python library formulae" - depends_on "python@3.11" => [:build, :test] depends_on "python@3.12" => [:build, :test]