dev-python/podcastparser: Needed for gpodder
authorPacho Ramos <pacho@gentoo.org>
Sun, 11 Nov 2018 16:25:10 +0000 (17:25 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 11 Nov 2018 16:31:05 +0000 (17:31 +0100)
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-python/podcastparser/Manifest [new file with mode: 0644]
dev-python/podcastparser/metadata.xml [new file with mode: 0644]
dev-python/podcastparser/podcastparser-0.6.4.ebuild [new file with mode: 0644]

diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
new file mode 100644 (file)
index 0000000..34f5150
--- /dev/null
@@ -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 (file)
index 0000000..39626a9
--- /dev/null
@@ -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>sound@gentoo.org</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 (file)
index 0000000..6ff89af
--- /dev/null
@@ -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=""