From: Pacho Ramos Date: Sun, 11 Nov 2018 16:25:10 +0000 (+0100) Subject: dev-python/podcastparser: Needed for gpodder X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=93e6479b1a1ce52d9777e895befbadf5e8d5c8c9;p=gentoo.git dev-python/podcastparser: Needed for gpodder Signed-off-by: Pacho Ramos Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest new file mode 100644 index 000000000000..34f5150a89b8 --- /dev/null +++ b/dev-python/podcastparser/Manifest @@ -0,0 +1 @@ +DIST podcastparser-0.6.4.tar.gz 22446 BLAKE2B b6111251c6ce325a91e763402d7f0a6cfd137491939dd581e1e4f1bb2458b741fee0a61eed009b61876224722fb4e43d289b2a294e02bccb724e2f0337786884 SHA512 c63065aa822b0210891c3316fc592591bcc962e16c52a86815637634ad5f02d3f559596e3727d56d191c454f28320e21ddb469ff8473fc99f57ea830fb046b2a diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml new file mode 100644 index 000000000000..39626a990be5 --- /dev/null +++ b/dev-python/podcastparser/metadata.xml @@ -0,0 +1,8 @@ + + + + + sound@gentoo.org + Gentoo Sound project + + diff --git a/dev-python/podcastparser/podcastparser-0.6.4.ebuild b/dev-python/podcastparser/podcastparser-0.6.4.ebuild new file mode 100644 index 000000000000..6ff89afc2b05 --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Podcast parser for the gpodder client" +HOMEPAGE="https://github.com/gpodder/podcastparser" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""