aboutsummaryrefslogtreecommitdiff
path: root/system/tmuxp
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-11-28 01:21:36 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-30 15:53:21 +0700
commitc3a68070de64ba326a7a8ade478fef4fdfacacbf (patch)
treed32cc4c0331ae00bc5dd119f2e9988a23853f48c /system/tmuxp
parent572794119f9c85417da0c73ef773b4a6a8fb1511 (diff)
system/tmuxp: Updated for version 1.49.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-rw-r--r--system/tmuxp/tmuxp.SlackBuild5
-rw-r--r--system/tmuxp/tmuxp.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild
index 8fc61fd211..c03cf05ff3 100644
--- a/system/tmuxp/tmuxp.SlackBuild
+++ b/system/tmuxp/tmuxp.SlackBuild
@@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tmuxp
-VERSION=${VERSION:-1.47.0}
+VERSION=${VERSION:-1.49.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -69,6 +69,9 @@ 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 {} \+
+PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
+export PYTHONPATH=/opt/python$PYVER/site-packages
+
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index 943fb7ca44..b8b17d10d4 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,8 +1,8 @@
PRGNAM="tmuxp"
-VERSION="1.47.0"
+VERSION="1.49.0"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.47.0.tar.gz"
-MD5SUM="5b2ad66c75e18de5396388b7b5c57413"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.49.0.tar.gz"
+MD5SUM="f85a702956deb58ae4531e03279ce2d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"