summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-01-01 17:48:40 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:26 +0700
commit12f5d56f1d70a34cdaf95b72389beeb2cbff8b91 (patch)
tree9cec4c9308321e0b6020dc6b903c27a04d751590
parent519b98cf358dda4823942920690b975bc575a4fb (diff)
downloadslackbuilds-12f5d56f1d70a34cdaf95b72389beeb2cbff8b91.tar.gz
slackbuilds-12f5d56f1d70a34cdaf95b72389beeb2cbff8b91.tar.xz
python/python3-rich: Updated for version 13.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-rich/python3-rich.SlackBuild11
-rw-r--r--python/python3-rich/python3-rich.info6
2 files changed, 7 insertions, 10 deletions
diff --git a/python/python3-rich/python3-rich.SlackBuild b/python/python3-rich/python3-rich.SlackBuild
index dd175cb8f2..a06d6b5dc9 100644
--- a/python/python3-rich/python3-rich.SlackBuild
+++ b/python/python3-rich/python3-rich.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-rich
-# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rich
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-12.6.0}
+VERSION=${VERSION:-13.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -76,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 setup.py install --root=$PKG
diff --git a/python/python3-rich/python3-rich.info b/python/python3-rich/python3-rich.info
index d664e332ae..4cd9983be7 100644
--- a/python/python3-rich/python3-rich.info
+++ b/python/python3-rich/python3-rich.info
@@ -1,8 +1,8 @@
PRGNAM="python3-rich"
-VERSION="12.6.0"
+VERSION="13.0.0"
HOMEPAGE="https://github.com/Textualize/rich"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-12.6.0.tar.gz"
-MD5SUM="6e4970bdc1ac762e5855bd67b08f873e"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.0.0.tar.gz"
+MD5SUM="2ec07173d4ad9f7c5d66ba8f310a0463"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CommonMark"