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>
This commit is contained in:
Dimitris Zlatanidis 2024-01-14 19:00:02 +02:00 committed by Willy Sudiarto Raharjo
parent b5e397e975
commit b15d2b48aa
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View File

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

View File

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