diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index 68c237985f0a2e..1b9ab18ac3c016 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,10 +1,10 @@ # Template file for 'glances' pkgname=glances -version=4.3.3 -revision=2 +version=4.5.6 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" -depends="python3-defusedxml python3-packaging python3-psutil python3-shtab" +depends="python3-defusedxml python3-packaging python3-psutil python3-shtab python3-Jinja2" checkdepends="$depends" short_desc="Cross-platform curses-based monitoring tool" maintainer="icp " @@ -12,7 +12,11 @@ license="LGPL-3.0-or-later" homepage="https://nicolargo.github.io/glances/" changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst" distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz" -checksum=3b420d74e3ca9ccd48488a6e85927477c06172310cdbb6c9687ffdd0b3405f49 +checksum=1ef1700bfac5bf491e42df5840448de3f699752eeebba5bc9402ce847213a888 + +post_patch() { + vsed -e '/pyinstrument>=5.1.2/d' -i pyproject.toml +} post_install() { vsconf conf/glances.conf