diff options
Diffstat (limited to 'python/python3-libtmux')
-rw-r--r-- | python/python3-libtmux/python3-libtmux.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-libtmux/python3-libtmux.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-libtmux/python3-libtmux.SlackBuild b/python/python3-libtmux/python3-libtmux.SlackBuild index 44aa956600..d248ed788e 100644 --- a/python/python3-libtmux/python3-libtmux.SlackBuild +++ b/python/python3-libtmux/python3-libtmux.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-libtmux SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.37.0} +VERSION=${VERSION:-0.39.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,6 +67,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/python/python3-libtmux/python3-libtmux.info b/python/python3-libtmux/python3-libtmux.info index 1e06989faa..ba4f358e59 100644 --- a/python/python3-libtmux/python3-libtmux.info +++ b/python/python3-libtmux/python3-libtmux.info @@ -1,10 +1,10 @@ PRGNAM="python3-libtmux" -VERSION="0.37.0" +VERSION="0.39.0" HOMEPAGE="https://github.com/tony/libtmux" -DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.37.0.tar.gz" -MD5SUM="ad5001db65922d348ac03c108bfa28a2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.39.0.tar.gz" +MD5SUM="f0aa0ac09990e6f49e7362675515ab6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-poetry-core" +REQUIRES="python3-hatchling" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |