void-packages/srcpkgs/python-psutil/template
2014-04-18 12:16:09 -03:00

17 lines
582 B
Plaintext

# Template file for 'python-psutil'
pkgname=python-psutil
version=2.1.0
revision=1
distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz"
checksum="d1e3ce46736d86164b6d72070f2cbaf86dcf9db03066b7f36a7b302e334a8d01"
build_style="python-module"
pycompile_module="psutil"
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
maintainer="Steven R <dev@styez.com>"
homepage="http://code.google.com/p/psutil/"
license="BSD"
short_desc="A cross-platform process and system utilities module for Python"
wrksrc="psutil-${version}"