blob: a18e195444434a683b52b896d9b52c975da0e287 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 2020 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Podcast parser for the gpodder client"
HOMEPAGE="https://gpodder.org"
SRC_URI="https://github.com/gpodder/podcastparser/archive/${PV}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="*"
IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
|