Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/
Date: Thu, 10 Jun 2021 03:54:59
Message-Id: 1623297287.f9ef8519523f30aa1c12f48723dd355ff4399337.sam@gentoo
1 commit: f9ef8519523f30aa1c12f48723dd355ff4399337
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 03:51:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 03:54:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ef8519
7
8 dev-python/podcastparser: add 0.6.6
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/podcastparser/Manifest | 1 +
13 dev-python/podcastparser/metadata.xml | 1 +
14 dev-python/podcastparser/podcastparser-0.6.6.ebuild | 19 +++++++++++++++++++
15 3 files changed, 21 insertions(+)
16
17 diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
18 index b275207085a..74166542207 100644
19 --- a/dev-python/podcastparser/Manifest
20 +++ b/dev-python/podcastparser/Manifest
21 @@ -1 +1,2 @@
22 DIST podcastparser-0.6.5.tar.gz 22232 BLAKE2B 1fcf115954e3394aede643ef28ea7eb13c2969ad3125f82dcfefbb457d61f768247d07d3150fe8adc7aeceb9bb9f0026a2e55f42b3f2a6da76b977528ebd013d SHA512 770d2376eb7d029dc033f46f55d00e02b8040c72c670338ad52ecf065ec4ffd291c6e2ec02cf9b038f8608c7c549808ff14f95017f508bb1526bb79b413e136a
23 +DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147 SHA512 aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74
24
25 diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml
26 index 9330487cd7f..76bd6abc1ae 100644
27 --- a/dev-python/podcastparser/metadata.xml
28 +++ b/dev-python/podcastparser/metadata.xml
29 @@ -5,6 +5,7 @@
30 <email>sound@g.o</email>
31 <name>Gentoo Sound project</name>
32 </maintainer>
33 + <stabilize-allarches/>
34 <upstream>
35 <remote-id type="pypi">podcastparser</remote-id>
36 </upstream>
37
38 diff --git a/dev-python/podcastparser/podcastparser-0.6.6.ebuild b/dev-python/podcastparser/podcastparser-0.6.6.ebuild
39 new file mode 100644
40 index 00000000000..66dbeee8186
41 --- /dev/null
42 +++ b/dev-python/podcastparser/podcastparser-0.6.6.ebuild
43 @@ -0,0 +1,19 @@
44 +# Copyright 1999-2021 Gentoo Authors
45 +# Distributed under the terms of the GNU General Public License v2
46 +
47 +EAPI=7
48 +
49 +PYTHON_COMPAT=( python3_{7,8,9} )
50 +DISTUTILS_USE_SETUPTOOLS=no
51 +
52 +inherit distutils-r1
53 +
54 +DESCRIPTION="Podcast parser for the gpodder client"
55 +HOMEPAGE="https://github.com/gpodder/podcastparser"
56 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57 +
58 +LICENSE="ISC"
59 +SLOT="0"
60 +KEYWORDS="~amd64 ~x86"
61 +
62 +distutils_enable_tests pytest