dev-perl/Class-Inspector: amd64 stable
[gentoo.git] / dev-python / tvdb_api / tvdb_api-1.9.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 PYTHON_COMPAT=( python2_7 )
7 inherit distutils-r1 vcs-snapshot
8
9 DESCRIPTION="Python interface to thetvdb.com API"
10 HOMEPAGE="https://github.com/dbr/tvdb_api"
11 SRC_URI="https://github.com/dbr/${PN}/tarball/${PV} -> ${P}.tar.gz"
12
13 LICENSE="public-domain"
14 SLOT="0"
15 KEYWORDS="amd64 x86"
16 IUSE=""
17
18 DEPEND="dev-python/setuptools"
19 RDEPEND=""