# Template file for 'python-psutil' pkgname=python-psutil version=1.1.3 revision=1 distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz" checksum="5e1164086a7ed3b863ebd12315d35086e22252b328401fce901a0862050ef98c" build_style=python-module hostmakedepends="python-devel python-distribute" makedepends="python-devel" wrksrc="psutil-${version}" maintainer="Steven R " 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 } }