mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +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'
|
||||
pkgname=python-psutil
|
||||
version=5.4.8
|
||||
revision=2
|
||||
version=5.5.1
|
||||
revision=1
|
||||
wrksrc="psutil-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="psutil"
|
||||
|
@ -9,10 +9,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
makedepends="python-devel python3-devel"
|
||||
short_desc="Cross-platform process and system utilities module for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/giampaolo/psutil"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/giampaolo/psutil"
|
||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||
checksum=6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3
|
||||
checksum=72cebfaa422b7978a1d3632b65ff734a34c6b34f4578b68a5c204d633756b810
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue