pyvim: depend on pygments

master
David Baumgold 2023-01-27 15:30:08 +01:00 committed by Rui Chen
parent ca0e7eabbf
commit 2d8e00754e
2 changed files with 2 additions and 6 deletions

View File

@ -19,6 +19,7 @@ class Pyvim < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "709d795900c4098c90892135c0859c0c93f8aa18868eeeb023bc4357bace19b6"
end
depends_on "pygments"
depends_on "python@3.11"
depends_on "six"
@ -37,11 +38,6 @@ class Pyvim < Formula
sha256 "491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"
end
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "wcwidth" do
url "https://files.pythonhosted.org/packages/89/38/459b727c381504f361832b9e5ace19966de1a235d73cdbdea91c771a1155/wcwidth-0.2.5.tar.gz"
sha256 "c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"

View File

@ -510,7 +510,7 @@
"exclude_packages": ["numpy", "six"]
},
"pyvim": {
"exclude_packages": ["six"]
"exclude_packages": ["six", "Pygments"]
},
"pywhat": {
"exclude_packages": ["Pygments"]