You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/pytvshows/pytvshows-0.2-r3.ebuild

34 lines
709 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="downloads torrents for TV shows from RSS feeds provided by ezrss.it"
HOMEPAGE="https://sourceforge.net/projects/pytvshows/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
PATCHES=(
"${FILESDIR}/${P}-ezrss.it.patch"
"${FILESDIR}/${P}-feedurl.patch"
"${FILESDIR}/${P}-improved-re.patch"
"${FILESDIR}/${P}-rename-var.patch"
)
pkg_setup() {
python-single-r1_pkg_setup
}