Skip to content

Commit

Permalink
python-packaging: undisable
Browse files Browse the repository at this point in the history
See discussion at #167905.
  • Loading branch information
carlocab committed Sep 4, 2024
1 parent 708071f commit 6a97c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/p/python-packaging.rb
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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 "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]

Expand Down

0 comments on commit 6a97c16

Please sign in to comment.