stig: update to 0.12.2a0, adopt
This commit is contained in:
parent
c932d17717
commit
d7e431384c
1 changed files with 7 additions and 12 deletions
|
@ -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ý <koutak.m@gmail.com>"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue