rich-cli: depend on pygments

Closes #115568.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-11-12 13:23:44 +01:00 committed by BrewTestBot
parent 2352750b20
commit ae94dbaf12
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 5 deletions

View File

@ -18,6 +18,7 @@ class RichCli < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "4efb9d3e23cbf4ad3880446d9eb19807c82836085eb0b4a4781c704e9a8bd58f"
end
depends_on "pygments"
depends_on "python@3.11"
resource "certifi" do
@ -50,11 +51,6 @@ class RichCli < Formula
sha256 "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"
end
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "requests" do
url "https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz"
sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"

View File

@ -484,6 +484,9 @@
"restview": {
"exclude_packages": ["six"]
},
"rich-cli": {
"exclude_packages": ["Pygments"]
},
"robot-framework": {
"extra_packages": ["robotframework-archivelibrary", "robotframework-selenium2library", "robotframework-sshlibrary"],
"exclude_packages": ["six"]