mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-psutil: update to 5.5.1.
This commit is contained in:
parent
aebd5409d3
commit
ca0178d702
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-psutil'
|
# Template file for 'python-psutil'
|
||||||
pkgname=python-psutil
|
pkgname=python-psutil
|
||||||
version=5.4.8
|
version=5.5.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="psutil"
|
pycompile_module="psutil"
|
||||||
|
@ -9,10 +9,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
short_desc="Cross-platform process and system utilities module for Python2"
|
short_desc="Cross-platform process and system utilities module for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/giampaolo/psutil"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/giampaolo/psutil"
|
||||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||||
checksum=6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3
|
checksum=72cebfaa422b7978a1d3632b65ff734a34c6b34f4578b68a5c204d633756b810
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue