howdoi 2.0.18
Closes #84301. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
24ba2daf38
commit
9a71c5a6c1
|
@ -3,8 +3,8 @@ class Howdoi < Formula
|
|||
|
||||
desc "Instant coding answers via the command-line"
|
||||
homepage "https://github.com/gleitz/howdoi"
|
||||
url "https://files.pythonhosted.org/packages/43/f7/4b7460e8265dab6cab2298b4f2114b2ab0ddcebe9194890de4abac97724d/howdoi-2.0.17.tar.gz"
|
||||
sha256 "79aeca2036200d60a2d6c9192a56f38470127f01eac1b7ef583b8d3b119185e9"
|
||||
url "https://files.pythonhosted.org/packages/1b/f9/363eaf858d39140bbddfd9c67c3ec582cb479994d44686a0bf67b3431eaf/howdoi-2.0.18.tar.gz"
|
||||
sha256 "2b276ce5dc6be2c5072f51498e0c0953735cfcbd2d76d75137d52efa2b49704c"
|
||||
license "MIT"
|
||||
|
||||
bottle do
|
||||
|
@ -16,6 +16,7 @@ class Howdoi < Formula
|
|||
end
|
||||
|
||||
depends_on "python@3.9"
|
||||
depends_on "six"
|
||||
|
||||
uses_from_macos "libxml2"
|
||||
uses_from_macos "libxslt"
|
||||
|
@ -26,8 +27,8 @@ class Howdoi < Formula
|
|||
end
|
||||
|
||||
resource "cachelib" do
|
||||
url "https://files.pythonhosted.org/packages/64/1a/63b74b6c9fc70a11339a0c121e6230b3c5898175d6ff185879fb04b2b750/cachelib-0.2.0.tar.gz"
|
||||
sha256 "dcb5fafe6b6b544aaa8d0cacb12d70bbf9bbf72c041f17fcad1618db7bedeada"
|
||||
url "https://files.pythonhosted.org/packages/ae/74/8c71941dc0a8f0b2324e5ca53149d3331c5d7a31ee24769e1ec08eae4a0a/cachelib-0.3.0.tar.gz"
|
||||
sha256 "cc1856259f102c9273efa342100f70d9fafbd07b41ce05c501ee28e1dbbb5133"
|
||||
end
|
||||
|
||||
resource "certifi" do
|
||||
|
@ -86,8 +87,8 @@ class Howdoi < Formula
|
|||
end
|
||||
|
||||
resource "Pygments" do
|
||||
url "https://files.pythonhosted.org/packages/ba/6e/7a7c13c21d8a4a7f82ccbfe257a045890d4dbf18c023f985f565f97393e3/Pygments-2.9.0.tar.gz"
|
||||
sha256 "a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f"
|
||||
url "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz"
|
||||
sha256 "f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"
|
||||
end
|
||||
|
||||
resource "PyJWT" do
|
||||
|
@ -110,11 +111,6 @@ class Howdoi < Formula
|
|||
sha256 "b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"
|
||||
end
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
|
||||
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
|
||||
end
|
||||
|
||||
resource "terminaltables" do
|
||||
url "https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz"
|
||||
sha256 "f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81"
|
||||
|
|
|
@ -95,6 +95,9 @@
|
|||
"homeassistant-cli": {
|
||||
"exclude_packages": ["tabulate"]
|
||||
},
|
||||
"howdoi": {
|
||||
"exclude_packages": ["six"]
|
||||
},
|
||||
"internetarchive": {
|
||||
"exclude_packages": ["six"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue