Browse Source
python/python2-psutil: Updated for version 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/229/head
fourtysixandtwo
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python2-psutil/python2-psutil.SlackBuild
-
python/python2-psutil/python2-psutil.info
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python2-psutil |
|
|
|
SRCNAM=${PRGNAM#python2-*} |
|
|
|
VERSION=${VERSION:-5.9.8} |
|
|
|
VERSION=${VERSION:-6.0.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python2-psutil" |
|
|
|
VERSION="5.9.8" |
|
|
|
VERSION="6.0.0" |
|
|
|
HOMEPAGE="https://github.com/giampaolo/psutil" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-5.9.8.tar.gz" |
|
|
|
MD5SUM="7bb9d4378bd451765b705946a3541393" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-6.0.0.tar.gz" |
|
|
|
MD5SUM="5874bd773d2fe7da3c0817424f383033" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|