Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions Formula/a/aider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Aider < Formula
depends_on "jpeg-turbo"
depends_on "libyaml"
depends_on "openblas"
depends_on "pillow"
depends_on "python@3.12" # py3.13 support issue, https://github.com/Aider-AI/aider/issues/3037

uses_from_macos "libffi"
Expand Down Expand Up @@ -349,11 +350,6 @@ class Aider < Formula
sha256 "ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
end

resource "pillow" do
url "https://files.pythonhosted.org/packages/f3/0d/d0d6dea55cd152ce3d6767bb38a8fc10e33796ba4ba210cbab9354b6d238/pillow-11.3.0.tar.gz"
sha256 "3828ee7586cd0b2091b6209e5ad53e20d0649bbe87164a459d0676e035e8f523"
end

resource "posthog" do
url "https://files.pythonhosted.org/packages/97/56/d0f77d6b20d2c5a349fd4eae55389ab8769c95c99c9881c523f9809bdba6/posthog-6.4.1.tar.gz"
sha256 "751afaca4007855b3d848b69020c8c8f83a8d5f03a98b464e6a3b74c5a21bd22"
Expand Down
2 changes: 1 addition & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exclude_packages": ["numpy"]
},
"aider": {
"exclude_packages": ["certifi"]
"exclude_packages": ["certifi", "pillow"]
},
"aiven-client": {
"exclude_packages": ["certifi"]
Expand Down
Loading