void-packages/srcpkgs/python-psutil/template

16 lines
581 B
Plaintext
Raw Normal View History

2013-08-04 01:59:23 +02:00
# Template file for 'python-psutil'
pkgname=python-psutil
2014-04-18 17:16:09 +02:00
version=2.1.0
revision=1
2013-10-31 18:09:59 +01:00
distfiles="https://pypi.python.org/packages/source/p/psutil/psutil-${version}.tar.gz"
2014-04-18 17:16:09 +02:00
checksum="d1e3ce46736d86164b6d72070f2cbaf86dcf9db03066b7f36a7b302e334a8d01"
2014-02-22 23:53:09 +01:00
build_style="python-module"
pycompile_module="psutil"
2014-02-22 23:53:09 +01:00
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
maintainer="Steven R <dev@styez.com>"
2013-08-04 01:59:23 +02:00
homepage="http://code.google.com/p/psutil/"
license="BSD"
short_desc="A cross-platform process and system utilities module for Python"
2014-02-22 23:53:09 +01:00
wrksrc="psutil-${version}"