commit: 93e6479b1a1ce52d9777e895befbadf5e8d5c8c9 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Nov 11 16:25:10 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Nov 11 16:31:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e6479b
dev-python/podcastparser: Needed for gpodder Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/podcastparser/Manifest | 1 + dev-python/podcastparser/metadata.xml | 8 ++++++++ dev-python/podcastparser/podcastparser-0.6.4.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest new file mode 100644 index 00000000000..34f5150a89b --- /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 00000000000..39626a990be --- /dev/null +++ b/dev-python/podcastparser/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Sound project</name> + </maintainer> +</pkgmetadata> 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 00000000000..6ff89afc2b0 --- /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=""
