summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-01-22 11:29:21 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:22:50 +0700
commit672fb49f4f722213dbc613ba9d3a5bf2683e08dc (patch)
treec74df708173813a388a7f6f738938e54ad33d918
parenta97f0b2280b58e5947fe2e2bb14813849a4d38a0 (diff)
downloadslackbuilds-672fb49f4f722213dbc613ba9d3a5bf2683e08dc.tar.gz
slackbuilds-672fb49f4f722213dbc613ba9d3a5bf2683e08dc.tar.xz
python/python3-rich: Updated for version 13.2.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.SlackBuild7
-rw-r--r--python/python3-rich/python3-rich.info8
2 files changed, 9 insertions, 6 deletions
diff --git a/python/python3-rich/python3-rich.SlackBuild b/python/python3-rich/python3-rich.SlackBuild
index a06d6b5dc9..134b0b612c 100644
--- a/python/python3-rich/python3-rich.SlackBuild
+++ b/python/python3-rich/python3-rich.SlackBuild
@@ -22,11 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20230122 46and2: Updated version, changed build process and deps.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rich
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-13.0.0}
+VERSION=${VERSION:-13.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,7 +79,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-python3 setup.py install --root=$PKG
+python3 -m build --no-isolation
+python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python3-rich/python3-rich.info b/python/python3-rich/python3-rich.info
index 4cd9983be7..db0230c74f 100644
--- a/python/python3-rich/python3-rich.info
+++ b/python/python3-rich/python3-rich.info
@@ -1,10 +1,10 @@
PRGNAM="python3-rich"
-VERSION="13.0.0"
+VERSION="13.2.0"
HOMEPAGE="https://github.com/Textualize/rich"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.0.0.tar.gz"
-MD5SUM="2ec07173d4ad9f7c5d66ba8f310a0463"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rich/rich-13.2.0.tar.gz"
+MD5SUM="6e7df442fc7dac0637d5f53ba2d62806"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="CommonMark"
+REQUIRES="python3-poetry-core python3-markdown-it-py"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"