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>
This commit is contained in:
fourtysixandtwo 2023-05-14 03:42:54 -06:00 committed by Willy Sudiarto Raharjo
parent 01a593132a
commit 5a84a1d059
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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=""