diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-24 02:40:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:44 +0700 |
commit | 89136be0fa57c32be0ffe403e36d5087dc44f23f (patch) | |
tree | 1fb941b809c526b7db77a2e3f6abb290966e1439 | |
parent | c4fcdfe3ebf893285ec0e0af4de6de0f48dc56ce (diff) | |
download | slackbuilds-89136be0fa57c32be0ffe403e36d5087dc44f23f.tar.gz |
python/python-libtmux: Updated for version 0.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python-libtmux/python-libtmux.SlackBuild | 11 | ||||
-rw-r--r-- | python/python-libtmux/python-libtmux.info | 12 |
2 files changed, 14 insertions, 9 deletions
diff --git a/python/python-libtmux/python-libtmux.SlackBuild b/python/python-libtmux/python-libtmux.SlackBuild index 85d6d1a105..8a2b3ef400 100644 --- a/python/python-libtmux/python-libtmux.SlackBuild +++ b/python/python-libtmux/python-libtmux.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for python-libtmux +# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -22,11 +23,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220919 46and2: Updated version, new maintainer. +# -build process changed + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-libtmux -SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-0.10.3} +SRCNAM=$(echo $PRGNAM | sed "s/python-//") +VERSION=${VERSION:-0.15.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +84,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/python-libtmux/python-libtmux.info b/python/python-libtmux/python-libtmux.info index 3e9907ddee..2d37c2a099 100644 --- a/python/python-libtmux/python-libtmux.info +++ b/python/python-libtmux/python-libtmux.info @@ -1,10 +1,10 @@ PRGNAM="python-libtmux" -VERSION="0.10.3" +VERSION="0.15.2" HOMEPAGE="https://github.com/tony/libtmux" -DOWNLOAD="https://files.pythonhosted.org/packages/31/2f/402d67f92d129d74a6ab3d047604af5cba66ef69e462febfa28781bbd142/libtmux-0.10.3.tar.gz" -MD5SUM="a30eaec8ae9dc815b3fa7a4ba20313fe" +DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.15.2.tar.gz" +MD5SUM="582f0ce3a4696b56690a937ec0b54740" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +REQUIRES="python3-build python3-installer python3-poetry-core" +MAINTAINER="fourtysixandtwo" +EMAIL="fourtysixandtwo@sliderr.net" |