From 25c853bbe585c645def635f429255acca0dbf81f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 14 Aug 2021 14:30:33 +0200 Subject: [PATCH 1/2] python3-urwidtrees: update to 1.0.3. --- srcpkgs/python3-urwidtrees/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template index a87210ebe16a..da5a2b0c2b3c 100644 --- a/srcpkgs/python3-urwidtrees/template +++ b/srcpkgs/python3-urwidtrees/template @@ -1,14 +1,15 @@ # Template file for 'python3-urwidtrees' pkgname=python3-urwidtrees -version=1.0.2 -revision=5 +version=1.0.3 +revision=1 wrksrc="urwidtrees-${version}" build_style=python3-module -hostmakedepends="python3-devel python3-urwid" +hostmakedepends="python3-setuptools" depends="python3-urwid" -short_desc="Tree widgets for urwid (Python3)" +checkdepends="$depends python3-mock" +short_desc="Tree widgets for urwid" maintainer="Felix Van der Jeugt " license="GPL-3.0-or-later" homepage="https://github.com/pazz/urwidtrees" distfiles="https://github.com/pazz/urwidtrees/archive/${version}.tar.gz" -checksum=703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034 +checksum=6e4178eac8c69237011449e5225a7b7f369b5052a0964a5b6e413fcdc1502b3a From 42c406e26f54f883f74da9001b596e0776057a8b Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 14 Aug 2021 14:30:36 +0200 Subject: [PATCH 2/2] stig: update to 0.12.2a0, adopt --- srcpkgs/stig/template | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template index ee52d60d001e..70f0c1cc44f6 100644 --- a/srcpkgs/stig/template +++ b/srcpkgs/stig/template @@ -1,20 +1,15 @@ # Template file for 'stig' pkgname=stig -version=0.10.1a -revision=3 +version=0.12.2a0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -makedepends="python3-devel" -depends="python3 python3-aiohttp python3-blinker python3-natsort python3-urwid - python3-urwidtrees python3-xdg" -pycompile_module="stig" +depends="python3-blinker python3-natsort python3-xdg python3-aiohttp + python3-aiohttp_socks python3-setproctitle python3-urwid python3-urwidtrees" short_desc="TUI and CLI for the BitTorrent client Transmission" -maintainer="Michal Koutenský " +maintainer="Michal Vasilek " license="GPL-3.0-or-later" homepage="https://github.com/rndusr/stig" distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz" -checksum=7e0bd36b9fc4ba8c300dde8059b2516a75afc44fc5e0d30ba416a0d1535152c5 - -post_extract() { - sed -i 's/urwidtrees>=1.0.3dev0/urwidtrees>=1.0.2/' setup.py -} +checksum=f3a7b39d39bc8dae8661db9f24bbf6e9dacccf5e04f35c6bed1290e5c5120ddc +make_check=no # needs python3-asynctest which is not packaged