name-that-hash: depend on pygments

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

View File

@ -19,6 +19,7 @@ class NameThatHash < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "5635edb4f1faa51b8096a8b55e73e22e95319634a29421e800c808e15ba5a721"
end
depends_on "pygments"
depends_on "python@3.11"
resource "click" do
@ -31,11 +32,6 @@ class NameThatHash < 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/11/23/814edf09ec6470d52022b9e95c23c1bef77f0bc451761e1504ebd09606d3/rich-12.6.0.tar.gz"
sha256 "ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"

View File

@ -389,6 +389,9 @@
"mycli": {
"exclude_packages": ["six", "tabulate", "Pygments"]
},
"name-that-hash": {
"exclude_packages": ["Pygments"]
},
"nbdime": {
"exclude_packages": [
"jupyterlab", "ipython",