Skip to content

Commit d5f8b18

Browse files
BrewTestBotdaeho-ro
authored andcommitted
huggingface-cli 0.32.0
1 parent 770c319 commit d5f8b18

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Formula/h/huggingface-cli.rb

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class HuggingfaceCli < Formula
33

44
desc "Client library for huggingface.co hub"
55
homepage "https://huggingface.co/docs/huggingface_hub/index"
6-
url "https://files.pythonhosted.org/packages/05/a0/7445e07427a917399db619e3c7383de3cd723c20d3b3a8a527a096c49a44/huggingface_hub-0.31.4.tar.gz"
7-
sha256 "5a7bc710b9f9c028aee5b1476867b4ec5c1b92f043cb364d5fdc54354757e4ce"
6+
url "https://files.pythonhosted.org/packages/f4/ca/8ee27c56ab650d9d3ea095f0ba12ceb202bc8ba7362429dc76c25438df2f/huggingface_hub-0.32.0.tar.gz"
7+
sha256 "dd66c9365ea43049ec9b939bdcdb21a0051e1bd70026fc50304e4fb1bb6a15ba"
88
license "Apache-2.0"
99

1010
bottle do
@@ -16,11 +16,17 @@ class HuggingfaceCli < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "48cb81eab647a36c4ee8d7001cb6ccf4ebdc0a46e0789e36cfefaa342d6b942f"
1717
end
1818

19+
depends_on "maturin" => :build # for `hf-xet`
1920
depends_on "certifi"
2021
depends_on "git-lfs"
2122
depends_on "libyaml"
2223
depends_on "[email protected]"
2324

25+
on_linux do
26+
depends_on "pkgconf" => :build
27+
depends_on "openssl@3"
28+
end
29+
2430
resource "charset-normalizer" do
2531
url "https://files.pythonhosted.org/packages/e4/33/89c2ced2b67d1c2a61c19c6751aa8902d46ce3dacb23600a283619f5a12d/charset_normalizer-3.4.2.tar.gz"
2632
sha256 "5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63"
@@ -32,8 +38,13 @@ class HuggingfaceCli < Formula
3238
end
3339

3440
resource "fsspec" do
35-
url "https://files.pythonhosted.org/packages/45/d8/8425e6ba5fcec61a1d16e41b1b71d2bf9344f1fe48012c2b48b9620feae5/fsspec-2025.3.2.tar.gz"
36-
sha256 "e52c77ef398680bbd6a98c0e628fbc469491282981209907bbc8aea76a04fdc6"
41+
url "https://files.pythonhosted.org/packages/f2/77/deb99b97981e2e191913454da82d406702405178631c31cd623caebaf1b1/fsspec-2025.5.0.tar.gz"
42+
sha256 "e4f4623bb6221f7407fd695cc535d1f857a077eb247580f4ada34f5dc25fd5c8"
43+
end
44+
45+
resource "hf-xet" do
46+
url "https://files.pythonhosted.org/packages/95/be/58f20728a5b445f8b064e74f0618897b3439f5ef90934da1916b9dfac76f/hf_xet-1.1.2.tar.gz"
47+
sha256 "3712d6d4819d3976a1c18e36db9f503e296283f9363af818f50703506ed63da3"
3748
end
3849

3950
resource "idna" do

0 commit comments

Comments
 (0)