-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See discussion at #167905.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|
@@ -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] | ||
|
||
|