glances: switch to setuptools.
This commit is contained in:
parent
b9384ee7e1
commit
87b6cbd362
|
@ -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 <dev@styez.com>"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue