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
parent
7adfd6b2e9
commit
3af48a2713
|
@ -17,6 +17,7 @@ class Jrnl < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "rust" => :build
|
depends_on "rust" => :build
|
||||||
|
depends_on "pygments"
|
||||||
depends_on "python@3.10"
|
depends_on "python@3.10"
|
||||||
depends_on "six"
|
depends_on "six"
|
||||||
|
|
||||||
|
@ -76,11 +77,6 @@ class Jrnl < Formula
|
||||||
sha256 "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"
|
sha256 "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"
|
||||||
end
|
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
|
resource "python-dateutil" do
|
||||||
url "https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz"
|
url "https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz"
|
||||||
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
|
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
|
||||||
|
|
|
@ -259,7 +259,7 @@
|
||||||
"exclude_packages": ["PyYAML"]
|
"exclude_packages": ["PyYAML"]
|
||||||
},
|
},
|
||||||
"jrnl": {
|
"jrnl": {
|
||||||
"exclude_packages": ["six"]
|
"exclude_packages": ["six", "Pygments"]
|
||||||
},
|
},
|
||||||
"jupyterlab": {
|
"jupyterlab": {
|
||||||
"exclude_packages": ["six"]
|
"exclude_packages": ["six"]
|
||||||
|
|
Loading…
Reference in New Issue