From 5a84a1d059a0035d387b5e445aee82e46a5858db Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sun, 14 May 2023 03:42:54 -0600 Subject: libraries/python3-pymdstat: Updated for version 0.4.3. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/python3-pymdstat/python3-pymdstat.SlackBuild | 10 +++++----- libraries/python3-pymdstat/python3-pymdstat.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libraries/python3-pymdstat') diff --git a/libraries/python3-pymdstat/python3-pymdstat.SlackBuild b/libraries/python3-pymdstat/python3-pymdstat.SlackBuild index f73ae90c2d..ab2751a5c4 100644 --- a/libraries/python3-pymdstat/python3-pymdstat.SlackBuild +++ b/libraries/python3-pymdstat/python3-pymdstat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pymdstat -# Copyright 2022 fourtysixandtwo +# Copyright 2022-23 fourtysixandtwo # Copyright 2015-2017 Philip Lacroix # All rights reserved. # @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pymdstat -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-0.4.2} +SRCNAM=${PRGNAM#python3-*} +VERSION=${VERSION:-0.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,9 +74,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 setup.py install --root=$PKG diff --git a/libraries/python3-pymdstat/python3-pymdstat.info b/libraries/python3-pymdstat/python3-pymdstat.info index 26dfa0dac2..9c0f2a4386 100644 --- a/libraries/python3-pymdstat/python3-pymdstat.info +++ b/libraries/python3-pymdstat/python3-pymdstat.info @@ -1,8 +1,8 @@ PRGNAM="python3-pymdstat" -VERSION="0.4.2" +VERSION="0.4.3" HOMEPAGE="https://github.com/nicolargo/pymdstat" -DOWNLOAD="https://github.com/nicolargo/pymdstat/archive/v0.4.2/pymdstat-0.4.2.tar.gz" -MD5SUM="49cf57575fd15cb8ee6655d5c353ce09" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pymdstat/pymdstat-0.4.3.tar.gz" +MD5SUM="b12257e84b1b37dde30429aeb20e4221" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-80-g2a13