From bb8e2eeffd8db7a483853e4db0031224984d5181 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 13 Jan 2021 10:10:12 +0100 Subject: [PATCH] python3-tmuxp: update to 1.7.2 Signed-off-by: Alexander Egorenkov --- srcpkgs/python3-libtmux/template | 9 +++++++-- srcpkgs/python3-tmuxp/template | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index c6363ece8bf..fc30baf536e 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,6 +1,6 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux -version=0.8.1 +version=0.8.3 revision=4 wrksrc="libtmux-${version}" build_style=python3-module @@ -11,7 +11,12 @@ maintainer="Alexander Egorenkov " license="MIT" homepage="https://github.com/tmux-python/libtmux" distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz" -checksum=5d4963cc4af53046cabd0997152af05a0a419e4c63af6737389b50f637c3852a +checksum=a4c7379604ccdc684aa865723211184709f9a2b45511772989b5f26ad156650e + +do_check() { + # Disable check which uses pip to pull external python packages + : +} post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index 1b0ff8fc761..a8b755c343e 100644 --- a/srcpkgs/python3-tmuxp/template +++ b/srcpkgs/python3-tmuxp/template @@ -1,6 +1,6 @@ # Template file for 'python3-tmuxp' pkgname=python3-tmuxp -version=1.6.2 +version=1.7.2 revision=3 wrksrc="tmuxp-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Alexander Egorenkov " license="MIT" homepage="https://github.com/tmux-python/tmuxp/" distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz" -checksum=feec0be98a60c8cd8557bce388156202496dd9c8998e6913e595e939aeb0f735 +checksum=14296b62db260420d4600dcd805408ea908b3a78d4ea0a6a403d092fdbf6d075 conflicts="python-tmuxp>=0" post_patch() {