Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/p/python-setuptools.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class PythonSetuptools < Formula
desc "Easily download, build, install, upgrade, and uninstall Python packages"
homepage "https://setuptools.pypa.io/"
url "https://files.pythonhosted.org/packages/24/65/19a02e93da9d9f118ecb311419a353ae68a8e236c057bf164c866daa227f/setuptools-80.2.0.tar.gz"
sha256 "16a390b41627e1455567193435e7cafa9101803ffaa2fdd9ecd0af098301981d"
url "https://files.pythonhosted.org/packages/51/6c/a3f892949418b5b9aced7396919c75ffb57e38f08b712b565f5eb10677ee/setuptools-80.3.0.tar.gz"
sha256 "ec8308eb180b2312062b1c5523204acf872cd8b0a9e6c2ae76431b22bc4065d7"
license "MIT"

bottle do
Expand All @@ -22,7 +22,6 @@ def install
inreplace_paths = %w[
_distutils/compilers/C/unix.py
_vendor/platformdirs/unix.py
tests/test_easy_install.py
]

pythons.each do |python|
Expand Down
Loading