grip: depend on pygments

master
David Baumgold 2023-01-26 12:06:09 +01:00 committed by Rui Chen
parent 33cca5d8a1
commit 7248ae1b6d
2 changed files with 4 additions and 5 deletions

View File

@ -20,6 +20,7 @@ class Grip < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "5503a7767fca81819798f82ad6c931812e9fa259554a4b6ae6587e378bfb631a"
end
depends_on "pygments"
depends_on "python@3.11"
resource "certifi" do
@ -77,11 +78,6 @@ class Grip < Formula
sha256 "e96363d982b3a2de8531f4cd5f086b51d0248b58527227d43cf5014d045371b7"
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

@ -265,6 +265,9 @@
"goolabs": {
"exclude_packages": ["six"]
},
"grip": {
"exclude_packages": ["Pygments"]
},
"hatch": {
"exclude_packages": ["Pygments", "virtualenv"]
},