|
1 | 1 | class PythonSetuptools < Formula
|
2 | 2 | desc "Easily download, build, install, upgrade, and uninstall Python packages"
|
3 | 3 | homepage "https://setuptools.pypa.io/"
|
4 |
| - url "https://files.pythonhosted.org/packages/ac/11/0a953274017ca5c33a9831bc5e052e825d174a3551bd18924777794c8162/setuptools-74.1.0.tar.gz" |
5 |
| - sha256 "bea195a800f510ba3a2bc65645c88b7e016fe36709fefc58a880c4ae8a0138d7" |
| 4 | + url "https://files.pythonhosted.org/packages/27/cb/e754933c1ca726b0d99980612dc9da2886e76c83968c246cfb50f491a96b/setuptools-74.1.1.tar.gz" |
| 5 | + sha256 "2353af060c06388be1cecbf5953dcdb1f38362f87a2356c480b6b4d5fcfc8847" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5ec798244d2c2161d1717f6e465bc76ceb448873ed166738af177abc4322360" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "f5ec798244d2c2161d1717f6e465bc76ceb448873ed166738af177abc4322360" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "f5ec798244d2c2161d1717f6e465bc76ceb448873ed166738af177abc4322360" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "005753add6226ccd52841428177932e3c34619cead2bf3e52bd59031317e447a" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "005753add6226ccd52841428177932e3c34619cead2bf3e52bd59031317e447a" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "005753add6226ccd52841428177932e3c34619cead2bf3e52bd59031317e447a" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "304c73a61d8de60d0630efbc67103f2efa311ea26598d26deb7008db5d24455a" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3b03ec4c44401536cfc2672db068b4e5f23a9d82a5521ca1c52db90c148bde2" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "e3b03ec4c44401536cfc2672db068b4e5f23a9d82a5521ca1c52db90c148bde2" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "e3b03ec4c44401536cfc2672db068b4e5f23a9d82a5521ca1c52db90c148bde2" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "4eecdc66e4fa2e9979177956311f9ba1d6587688c69fba23209b964b2a264ef7" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "4eecdc66e4fa2e9979177956311f9ba1d6587688c69fba23209b964b2a264ef7" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "4eecdc66e4fa2e9979177956311f9ba1d6587688c69fba23209b964b2a264ef7" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac4906ba35e5eef0b8024cdb4079140f8c94a7a1d395ef425b4c03ebe46bab4c" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "[email protected]" => [:build, :test]
|
|
0 commit comments