summaryrefslogtreecommitdiffstats
path: root/python/python3-psutil
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 03:50:03 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:21 +0700
commit9315e327340f0bea2d3688bf813137beee7126df (patch)
treec6ea71b4e0dddfe1ec626c625226177262189a1d /python/python3-psutil
parentc71346acc3ad110ec770dd1192a87961a0dccb23 (diff)
downloadslackbuilds-9315e327340f0bea2d3688bf813137beee7126df.tar.gz
slackbuilds-9315e327340f0bea2d3688bf813137beee7126df.tar.xz
python/python3-psutil: Updated for version 5.9.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psutil')
-rw-r--r--python/python3-psutil/python3-psutil.SlackBuild10
-rw-r--r--python/python3-psutil/python3-psutil.info8
2 files changed, 9 insertions, 9 deletions
diff --git a/python/python3-psutil/python3-psutil.SlackBuild b/python/python3-psutil/python3-psutil.SlackBuild
index 0b40f6871d..b543f5311d 100644
--- a/python/python3-psutil/python3-psutil.SlackBuild
+++ b/python/python3-psutil/python3-psutil.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-psutil
-# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-psutil
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-5.9.4}
+SRCNAM=${PRGNAM#python3-*}
+VERSION=${VERSION:-5.9.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,9 +73,9 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
diff --git a/python/python3-psutil/python3-psutil.info b/python/python3-psutil/python3-psutil.info
index cf4734ac22..8ad7ce439f 100644
--- a/python/python3-psutil/python3-psutil.info
+++ b/python/python3-psutil/python3-psutil.info
@@ -1,10 +1,10 @@
PRGNAM="python3-psutil"
-VERSION="5.9.4"
+VERSION="5.9.5"
HOMEPAGE="https://github.com/giampaolo/psutil"
-DOWNLOAD="https://pypi.io/packages/source/p/psutil/psutil-5.9.4.tar.gz"
-MD5SUM="f72751d05b781757b7cd9bc375d2e351"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psutil/psutil-5.9.5.tar.gz"
+MD5SUM="864717cda1e2577b65da1f30cd37b537"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-installer python3-wheel"
+REQUIRES="python3-build python3-wheel"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"