python/python3-libtmux: Updated for version 0.18.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-01-01 18:05:47 -07:00 committed by Willy Sudiarto Raharjo
parent e9db26301a
commit fec477a1c5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python3-libtmux
# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-libtmux
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-0.16.1}
VERSION=${VERSION:-0.18.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,9 +77,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 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl

View File

@ -1,8 +1,8 @@
PRGNAM="python3-libtmux"
VERSION="0.16.1"
VERSION="0.18.2"
HOMEPAGE="https://github.com/tony/libtmux"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.16.1.tar.gz"
MD5SUM="8da6e23cb0e928d90ce98e9f16eeb20d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.18.2.tar.gz"
MD5SUM="cea3e617e3b9fee6496c6ac0d2eb372e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer python3-poetry-core"