diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template index ee52d60d001..70f0c1cc44f 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