jrnl: depend on pygments

Closes #113310.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-10-17 17:35:44 +02:00 committed by BrewTestBot
parent 7adfd6b2e9
commit 3af48a2713
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -17,6 +17,7 @@ class Jrnl < Formula
end
depends_on "rust" => :build
depends_on "pygments"
depends_on "python@3.10"
depends_on "six"
@ -76,11 +77,6 @@ class Jrnl < Formula
sha256 "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"
end
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "python-dateutil" do
url "https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz"
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"

View File

@ -259,7 +259,7 @@
"exclude_packages": ["PyYAML"]
},
"jrnl": {
"exclude_packages": ["six"]
"exclude_packages": ["six", "Pygments"]
},
"jupyterlab": {
"exclude_packages": ["six"]