python-psutil: update to 2.1.3
This commit is contained in:
parent
b8113c87c1
commit
9d5cf008cb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-psutil'
|
||||
pkgname=python-psutil
|
||||
version=2.1.2
|
||||
version=2.1.3
|
||||
revision=1
|
||||
wrksrc="psutil-${version}"
|
||||
build_style="python-module"
|
||||
|
@ -13,9 +13,7 @@ homepage="https://github.com/giampaolo/psutil"
|
|||
license="BSD"
|
||||
short_desc="Cross-platform process and system utilities module for Python2"
|
||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||
checksum=897e5163e0669001bf8bcb0557362f14703356336519082a93c38d54e5b392e4
|
||||
|
||||
CC=$CC
|
||||
checksum=b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c
|
||||
|
||||
pre_build() {
|
||||
# remove shebangs
|
||||
|
|
Loading…
Reference in New Issue