From a60f56388661f9d4a5e10b9eba587d66ef06bb8b Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Mon, 15 Feb 2021 10:53:20 +0100 Subject: [PATCH 1/2] python3-libtmux: update to 0.8.5 Signed-off-by: Alexander Egorenkov --- srcpkgs/python3-libtmux/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index c6363ece8bf..a9a90da9fb2 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.5 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=1d35b9f8451944d31c5ed22ed9e6c8e18034adcc75718fcc5b27fbd9621543e1 + +do_check() { + # Disable check which uses pip to pull external python packages + : +} post_install() { vlicense LICENSE From c9a4711efd53218b8f81f67928debb1c07e1da15 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Mon, 15 Feb 2021 10:53:46 +0100 Subject: [PATCH 2/2] python3-tmuxp: update to 1.7.2 Signed-off-by: Alexander Egorenkov --- srcpkgs/python3-tmuxp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {