diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-08 10:12:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 10:32:30 +0700 |
commit | b7a2068b0d6e2657ffb5d29a0bc5f5822e0db84b (patch) | |
tree | 7ee0daa764096912c3afa7845937797b93948fdd /python | |
parent | 821872cac15784e4119ecb76a6b98918a90489fe (diff) |
python/python3-rich: Updated for version 13.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-rich/python3-rich.SlackBuild | 19 | ||||
-rw-r--r-- | python/python3-rich/python3-rich.info | 6 |
2 files changed, 4 insertions, 21 deletions
diff --git a/python/python3-rich/python3-rich.SlackBuild b/python/python3-rich/python3-rich.SlackBuild index dbe400444824..0a2ce3763612 100644 --- a/python/python3-rich/python3-rich.SlackBuild +++ b/python/python3-rich/python3-rich.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-rich SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-13.5.3} +VERSION=${VERSION:-13.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,23 +50,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/python3-rich/python3-rich.info b/python/python3-rich/python3-rich.info index 081b8eb1e930..912f86604b16 100644 --- a/python/python3-rich/python3-rich.info +++ b/python/python3-rich/python3-rich.info @@ -1,8 +1,8 @@ PRGNAM="python3-rich" -VERSION="13.5.3" +VERSION="13.6.0" HOMEPAGE="https://github.com/Textualize/rich" -DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.5.3.tar.gz" -MD5SUM="43896b2768aea0d22c45f92d78d37afa" +DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.6.0.tar.gz" +MD5SUM="6219fd9fa22716889a5fe8b195cfea02" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-poetry-core python3-markdown-it-py" |