net-p2p/amule: Resolve merge conflicts.
[gentoo.git] / media-tv / tvnamer / tvnamer-2.3.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 PYTHON_COMPAT=( python2_7 )
8 inherit distutils-r1
9
10 DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com"
11 HOMEPAGE="https://github.com/dbr/tvnamer"
12 SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
13
14 LICENSE="public-domain"
15 SLOT="0"
16 KEYWORDS="amd64 x86"
17 IUSE=""
18
19 RDEPEND="dev-python/tvdb_api"
20 DEPEND="${DEPEND}
21         dev-python/setuptools
22 "