Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions srcpkgs/glances/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# 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 <pangolin@vivaldi.net>"
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
Expand Down
Loading