From c71346acc3ad110ec770dd1192a87961a0dccb23 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sun, 14 May 2023 03:48:30 -0600 Subject: python/python2-psutil: Updated for version 5.9.5. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python2-psutil/python2-psutil.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/python2-psutil/python2-psutil.SlackBuild') diff --git a/python/python2-psutil/python2-psutil.SlackBuild b/python/python2-psutil/python2-psutil.SlackBuild index 52ea3f32e3..912f33c80a 100644 --- a/python/python2-psutil/python2-psutil.SlackBuild +++ b/python/python2-psutil/python2-psutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python2-psutil -# Copyright 2022 fourtysixandtwo +# Copyright 2022-23 fourtysixandtwo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-psutil -SRCNAM=$(echo $PRGNAM | sed "s/python2-//") -VERSION=${VERSION:-5.9.4} +SRCNAM=${PRGNAM#python2-*} +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 {} \+ python2 setup.py install --root=$PKG -- cgit v1.2.3