# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6..11} ) inherit distutils-r1 DESCRIPTION="TUI and CLI for the BitTorrent client Transmission" HOMEPAGE="https://github.com/rndusr/stig" SRC_URI="https://github.com/rndusr/stig/archive/v${PV}a0.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" RESTRICT="primaryuri !test? ( test )" IUSE="test" RDEPEND=" >=dev-python/urwid-2.0[${PYTHON_USEDEP}] >=dev-python/urwidtrees-1.0.3[${PYTHON_USEDEP}] >=dev-python/aiohttp-3[${PYTHON_USEDEP}]