void-packages/srcpkgs/python-psutil/template
2014-05-06 10:44:45 +02:00

16 lines
579 B
Plaintext

# Template file for 'python-psutil'
pkgname=python-psutil
version=2.1.1
revision=1
distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz"
checksum=bf812a4aa6a41147d0e96e63d826eb7582fda6b54ad8f22534354b7f8ac45593
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}"