diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index 29a2d2a0ad3..bbb3ee4afc3 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,17 +1,16 @@ # Template file for 'glances' pkgname=glances version=2.0 -revision=1 +revision=2 +noarch="yes" distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz" -checksum=e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94 +checksum=e2332eb9b52cead8ef6c0f993547f5a59fe02446e56d6e4ce81a11f9e41adf22 build_style="python-module" pycompile_module="glances" -hostmakedepends="python-devel python-distribute" +hostmakedepends="python-devel python-setuptools python-psutil" makedepends="${hostmakedepends}" -depends="python python-psutil python-distribute" +depends="${makedepends/python-devel/}" maintainer="Steven R " homepage="https://github.com/nicolargo/glances" license="LGPL-3" -short_desc="Cross-platform curses-based monitoring tool written in Python" - -noarch="yes" +short_desc="Cross-platform curses-based monitoring tool written in Python2"