pywhat: depend on pygments

master
David Baumgold 2023-01-27 15:28:48 +01:00 committed by Rui Chen
parent ba3ddabd4a
commit ca0e7eabbf
2 changed files with 4 additions and 5 deletions

View File

@ -20,6 +20,7 @@ class Pywhat < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "f453b0de5fc318d9383a4afef920a6d3b989973b60a56be616e37f51827b2332"
end
depends_on "pygments"
depends_on "python@3.11"
resource "click" do
@ -37,11 +38,6 @@ class Pywhat < Formula
sha256 "452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"
end
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "rich" do
url "https://files.pythonhosted.org/packages/74/c3/e55ebdd66540503cee29cd3bb18a90bcfd5587a0cf3680173c368be56093/rich-10.16.2.tar.gz"
sha256 "720974689960e06c2efdb54327f8bf0cdbdf4eae4ad73b6c94213cad405c371b"

View File

@ -512,6 +512,9 @@
"pyvim": {
"exclude_packages": ["six"]
},
"pywhat": {
"exclude_packages": ["Pygments"]
},
"rbtools": {
"exclude_packages": ["six", "typing-extensions"]
},