mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-psutil: update to 2.2.1
This commit is contained in:
parent
f4d2259ee8
commit
c40814debd
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python-psutil'
|
# Template file for 'python-psutil'
|
||||||
pkgname=python-psutil
|
pkgname=python-psutil
|
||||||
version=2.2.0
|
version=2.2.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style="python-module"
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
makedepends="python-devel python3.4-devel"
|
||||||
|
@ -13,7 +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=b15cc9e7cad0991bd1cb806fa90ea85ba3a95d0f1226625ecef993294ad61521
|
checksum=a0e9b96f1946975064724e242ac159f3260db24ffa591c3da0a355361a3a337f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove shebangs
|
# remove shebangs
|
||||||
|
|
Loading…
Add table
Reference in a new issue