16 lines
582 B
Text
16 lines
582 B
Text
# Template file for 'python-psutil'
|
|
pkgname=python-psutil
|
|
version=1.2.1
|
|
revision=2
|
|
distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz"
|
|
checksum="508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45"
|
|
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}"
|