mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: python-psutil.
This commit is contained in:
parent
c8e316f83a
commit
b2e6d62729
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python-psutil/template
Normal file
22
srcpkgs/python-psutil/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python-psutil'
|
||||||
|
pkgname=python-psutil
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
distfiles="https://psutil.googlecode.com/files/psutil-${version}.tar.gz"
|
||||||
|
checksum="2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
|
makedepends="python-distribute"
|
||||||
|
wrksrc="psutil-${version}"
|
||||||
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue