summaryrefslogtreecommitdiff
blob: f207eb7659d9408fc41be77d3b30690f76873b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Rawdog, RSS Aggregator Without Delusions Of Grandeur"
HOMEPAGE="http://offog.org/code/rawdog.html https://pypi.org/project/rawdog/"
SRC_URI="http://offog.org/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ia64 ppc ~s390 sparc x86"

DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

python_test() {
	# pypy fails half way through; meh
	./test-rawdog || die "Test run aborted"
}