Skip to content

Commit 066f72d

Browse files
authored
Merge pull request #216416 from Homebrew/pdfalyzer-anytree-patch
pdfalyzer, pipgrip: add anytree build patch
2 parents 12c3fde + be85b6d commit 066f72d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Formula/p/pdfalyzer.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ class Pdfalyzer < Formula
2323
resource "anytree" do
2424
url "https://files.pythonhosted.org/packages/f9/44/2dd9c5d0c3befe899738b930aa056e003b1441bfbf34aab8fce90b2b7dea/anytree-2.12.1.tar.gz"
2525
sha256 "244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"
26+
27+
# poetry build patch, upstream pr ref, https://github.com/c0fec0de/anytree/pull/271
28+
patch do
29+
url "https://github.com/c0fec0de/anytree/commit/aa20d31631403f9650f3b4090d5c8579f9abaf5b.patch?full_index=1"
30+
sha256 "05b9b5ecf80986fcecb195d798e1277c9e7c69ed5fd44fea9898e20a44828587"
31+
end
2632
end
2733

2834
resource "chardet" do

Formula/p/pipgrip.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ class Pipgrip < Formula
2222
resource "anytree" do
2323
url "https://files.pythonhosted.org/packages/f9/44/2dd9c5d0c3befe899738b930aa056e003b1441bfbf34aab8fce90b2b7dea/anytree-2.12.1.tar.gz"
2424
sha256 "244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"
25+
26+
# poetry build patch, upstream pr ref, https://github.com/c0fec0de/anytree/pull/271
27+
patch do
28+
url "https://github.com/c0fec0de/anytree/commit/aa20d31631403f9650f3b4090d5c8579f9abaf5b.patch?full_index=1"
29+
sha256 "05b9b5ecf80986fcecb195d798e1277c9e7c69ed5fd44fea9898e20a44828587"
30+
end
2531
end
2632

2733
resource "click" do

0 commit comments

Comments
 (0)