Skip to content

Commit 1d58604

Browse files
authored
Merge pull request #222311 from Homebrew/bump-python-setuptools-80.3.0
python-setuptools 80.3.0
2 parents 0220394 + a9e7c0b commit 1d58604

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/p/python-setuptools.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class PythonSetuptools < Formula
22
desc "Easily download, build, install, upgrade, and uninstall Python packages"
33
homepage "https://setuptools.pypa.io/"
4-
url "https://files.pythonhosted.org/packages/24/65/19a02e93da9d9f118ecb311419a353ae68a8e236c057bf164c866daa227f/setuptools-80.2.0.tar.gz"
5-
sha256 "16a390b41627e1455567193435e7cafa9101803ffaa2fdd9ecd0af098301981d"
4+
url "https://files.pythonhosted.org/packages/51/6c/a3f892949418b5b9aced7396919c75ffb57e38f08b712b565f5eb10677ee/setuptools-80.3.0.tar.gz"
5+
sha256 "ec8308eb180b2312062b1c5523204acf872cd8b0a9e6c2ae76431b22bc4065d7"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "764d93a4bdf33796092a336b1f889c179235e4788386bbf067bf21724846331b"
9+
sha256 cellar: :any_skip_relocation, all: "c05480242446019d21f7088bdb3046f00a09552cfed2177675e812ee91f53e8b"
1010
end
1111

1212
depends_on "[email protected]" => [:build, :test]
@@ -22,7 +22,6 @@ def install
2222
inreplace_paths = %w[
2323
_distutils/compilers/C/unix.py
2424
_vendor/platformdirs/unix.py
25-
tests/test_easy_install.py
2625
]
2726

2827
pythons.each do |python|

0 commit comments

Comments
 (0)