void-packages/srcpkgs/python-psutil/template

23 lines
667 B
Plaintext
Raw Normal View History

2013-08-04 01:59:23 +02:00
# Template file for 'python-psutil'
pkgname=python-psutil
2013-12-17 18:45:30 +01:00
version=1.2.1
2013-08-04 01:59:23 +02:00
revision=1
2013-10-31 18:09:59 +01:00
distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz"
2013-12-17 18:45:30 +01:00
checksum="508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45"
2013-08-04 01:59:23 +02:00
build_style=python-module
2013-08-12 16:01:09 +02:00
hostmakedepends="python-devel python-distribute"
makedepends="python-devel"
2013-08-04 01:59:23 +02:00
wrksrc="psutil-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://code.google.com/p/psutil/"
license="BSD"
short_desc="A cross-platform process and system utilities module for Python"
python-psutil_package() {
depends="python>=2.7"
pycompile_module="psutil"
pkg_install() {
vmove all
}
2013-08-12 16:01:09 +02:00
}