@@ -3,20 +3,18 @@ class PipTools < Formula
33
44 desc "Locking and sync for Pip requirements files"
55 homepage "https://pip-tools.readthedocs.io"
6- # TODO: remove `pip` resource after https://github.com/jazzband/pip-tools/issues/2252
7- url "https://files.pythonhosted.org/packages/94/a1/54ac29bdb98660f2b9aeab8c2bf105595614edc7858d899fd4ec1bfaad20/pip_tools-7.5.1.tar.gz"
8- sha256 "a051a94794ba52df9acad2d7c9b0b09ae001617db458a543f8287fea7b89c2cf"
6+ url "https://files.pythonhosted.org/packages/c4/79/d149fb40bc425ad9defcb8ff73c65088bbc36a84b1825e035397d1c40624/pip_tools-7.5.2.tar.gz"
7+ sha256 "2d64d72da6a044da1110257d333960563d7a4743637e8617dd2610ae7b82d60f"
98 license "BSD-3-Clause"
10- revision 1
119 head "https://github.com/jazzband/pip-tools.git" , branch : "main"
1210
1311 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_tahoe : "9b7e6ef29e087417d08ef65b5944c9ec1e4546c57453809dd47f9c805513f732 "
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "9b7e6ef29e087417d08ef65b5944c9ec1e4546c57453809dd47f9c805513f732 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "9b7e6ef29e087417d08ef65b5944c9ec1e4546c57453809dd47f9c805513f732 "
17- sha256 cellar : :any_skip_relocation , sonoma : "3b59f26e1ef0666c2d7f3b93fc0037b44f6954ba5c8026e87dd61ae146a3812a "
18- sha256 cellar : :any_skip_relocation , arm64_linux : "3b59f26e1ef0666c2d7f3b93fc0037b44f6954ba5c8026e87dd61ae146a3812a "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "3b59f26e1ef0666c2d7f3b93fc0037b44f6954ba5c8026e87dd61ae146a3812a "
12+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "bf47e62934bd709f38814d509ec47f5cf8f2ac1503eb259f6bf9ab8195e8130a "
13+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "bf47e62934bd709f38814d509ec47f5cf8f2ac1503eb259f6bf9ab8195e8130a "
14+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "bf47e62934bd709f38814d509ec47f5cf8f2ac1503eb259f6bf9ab8195e8130a "
15+ sha256 cellar : :any_skip_relocation , sonoma : "ad4fd6304e08711ed565dcbf575161b614f1e127999d8011fb731d369ea9ab60 "
16+ sha256 cellar : :any_skip_relocation , arm64_linux : "ad4fd6304e08711ed565dcbf575161b614f1e127999d8011fb731d369ea9ab60 "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ad4fd6304e08711ed565dcbf575161b614f1e127999d8011fb731d369ea9ab60 "
2018 end
2119
2220@@ -36,11 +34,6 @@ class PipTools < Formula
3634 sha256 "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
3735 end
3836
39- resource "pip" do
40- url "https://files.pythonhosted.org/packages/20/16/650289cd3f43d5a2fadfd98c68bd1e1e7f2550a1a5326768cddfbcedb2c5/pip-25.2.tar.gz"
41- sha256 "578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2"
42- end
43-
4437 resource "pyproject-hooks" do
4538 url "https://files.pythonhosted.org/packages/e7/82/28175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925/pyproject_hooks-1.2.0.tar.gz"
4639 sha256 "1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8"
@@ -56,12 +49,6 @@ class PipTools < Formula
5649 sha256 "661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"
5750 end
5851
59- # Fix syntax warning on python 3.14: https://github.com/jazzband/pip-tools/pull/2249
60- patch do
61- url "https://github.com/jazzband/pip-tools/commit/c742e381cbe5a6953c2bd89d6fbc147c5003d921.patch?full_index=1"
62- sha256 "4869f1e7857a665659d582c3268dc28508bf6f8b331e053dac403218cb65d662"
63- end
64-
6552 def install
6653 virtualenv_install_with_resources
6754
0 commit comments