diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 03:42:54 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:21 +0700 |
commit | 5a84a1d059a0035d387b5e445aee82e46a5858db (patch) | |
tree | 9ee5407a9759eba48f04cb51a23f1bc34f77316d /libraries | |
parent | 01a593132af2b8c0d53e422c40ccb4c3110a03d3 (diff) |
libraries/python3-pymdstat: Updated for version 0.4.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/python3-pymdstat/python3-pymdstat.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/python3-pymdstat/python3-pymdstat.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/python3-pymdstat/python3-pymdstat.SlackBuild b/libraries/python3-pymdstat/python3-pymdstat.SlackBuild index f73ae90c2da8..ab2751a5c4db 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 <fourtysixandtwo@sliderr.net> +# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de> # 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 26dfa0dac2f4..9c0f2a43861d 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="" |