summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-11-11 17:25:10 +0100
committerPacho Ramos <pacho@gentoo.org>2018-11-11 17:31:05 +0100
commit93e6479b1a1ce52d9777e895befbadf5e8d5c8c9 (patch)
tree34832cbe1a03d1904f3b4b0595b333e39736f947
parentdev-python/mygpoclient: Version bump (diff)
downloadgentoo-93e6479b1a1ce52d9777e895befbadf5e8d5c8c9.tar.gz
gentoo-93e6479b1a1ce52d9777e895befbadf5e8d5c8c9.tar.bz2
gentoo-93e6479b1a1ce52d9777e895befbadf5e8d5c8c9.zip
dev-python/podcastparser: Needed for gpodder
Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-python/podcastparser/Manifest1
-rw-r--r--dev-python/podcastparser/metadata.xml8
-rw-r--r--dev-python/podcastparser/podcastparser-0.6.4.ebuild16
3 files changed, 25 insertions, 0 deletions
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 @@
+<?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
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=""