dev-qt/qttest: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / dev-python / tvdb_api / tvdb_api-2.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="7"
5
6 PYTHON_COMPAT=( python3_{6,7,8} )
7 inherit distutils-r1
8
9 DESCRIPTION="Python interface to thetvdb.com API"
10 HOMEPAGE="https://github.com/dbr/tvdb_api"
11 SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
12
13 LICENSE="public-domain"
14 SLOT="0"
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
19 RDEPEND="dev-python/requests-cache[${PYTHON_USEDEP}]"