diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-01-14 19:00:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 09:16:19 +0700 |
commit | b15d2b48aaf3f697f16bc228d19722992301ec96 (patch) | |
tree | aaa0b9b34b6fca1112feddac21b76fcc5bd9914b /desktop | |
parent | b5e397e975d778a5cfb1dd3275450f56d6f1d17f (diff) |
desktop/py3status: Updated for version 3.55.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/py3status/py3status.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/py3status/py3status.info | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/desktop/py3status/py3status.SlackBuild b/desktop/py3status/py3status.SlackBuild index 86fa5d752dd9..3108d7ee1761 100644 --- a/desktop/py3status/py3status.SlackBuild +++ b/desktop/py3status/py3status.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for py3status -# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=py3status -VERSION=${VERSION:-3.51} +VERSION=${VERSION:-3.55} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,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 --wheel --no-isolation +python3 -m installer --destdir "$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/desktop/py3status/py3status.info b/desktop/py3status/py3status.info index 138c6f85b71c..ddcb0e89a680 100644 --- a/desktop/py3status/py3status.info +++ b/desktop/py3status/py3status.info @@ -1,10 +1,10 @@ PRGNAM="py3status" -VERSION="3.51" +VERSION="3.55" HOMEPAGE="https://github.com/ultrabug/py3status" -DOWNLOAD="https://github.com/ultrabug/py3status/archive/refs/tags/3.51/py3status-3.51.tar.gz" -MD5SUM="09933b04f4708cf58db53b7da6f4002d" +DOWNLOAD="https://github.com/ultrabug/py3status/archive/refs/tags/3.55/py3status-3.55.tar.gz" +MD5SUM="fa786d5e87c40083d496ec3c1452a5b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-hatchling" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |