mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-psutil: update to 2.1.3
This commit is contained in:
parent
b8113c87c1
commit
9d5cf008cb
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-psutil'
|
# Template file for 'python-psutil'
|
||||||
pkgname=python-psutil
|
pkgname=python-psutil
|
||||||
version=2.1.2
|
version=2.1.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
|
@ -13,9 +13,7 @@ homepage="https://github.com/giampaolo/psutil"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
short_desc="Cross-platform process and system utilities module for Python2"
|
short_desc="Cross-platform process and system utilities module for Python2"
|
||||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||||
checksum=897e5163e0669001bf8bcb0557362f14703356336519082a93c38d54e5b392e4
|
checksum=b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c
|
||||||
|
|
||||||
CC=$CC
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove shebangs
|
# remove shebangs
|
||||||
|
|
Loading…
Add table
Reference in a new issue