Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/
Date: Thu, 23 Sep 2021 08:16:34
Message-Id: 1632384974.cd39fa76f79feba039819e2ddf91167cfd667bda.mgorny@gentoo
1 commit: cd39fa76f79feba039819e2ddf91167cfd667bda
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 06:30:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 08:16:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd39fa76
7
8 dev-python/podcastparser: Bump to 0.6.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/podcastparser/Manifest | 1 +
13 dev-python/podcastparser/podcastparser-0.6.8.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
17 index b829767733f..791b6f2ff4f 100644
18 --- a/dev-python/podcastparser/Manifest
19 +++ b/dev-python/podcastparser/Manifest
20 @@ -1 +1,2 @@
21 DIST podcastparser-0.6.7.tar.gz 27671 BLAKE2B 03d55fb17622c24084346b0872ff501192e4232df35104ce6af0e90c9ba58528073ad6367d52985524cab01e1dc9de2f47bb66a267bae43208d74b61d4881380 SHA512 e020e4a729f8ed021aee1a91fde9eb70255cd3f98ef2edae98824789448065c75cfe9e0b35e9872bbbfd7a38ae4f9daf01a9945c4a50a4f6a61b498f5544b86d
22 +DIST podcastparser-0.6.8.tar.gz 29809 BLAKE2B 19eda892dcc83f5371d23147a9044bd1249c05885aa7e72edc868e05744bf691336ceb8b445dca4c51612846bc7e8c087fa0c36fa44568a4f95b0e8f3eb155cf SHA512 8c1152c6d7229faf375af5c3f02642debd081915dcb55ba706863620af6039eb710648bf970d1cd8018d43dd36ba579a456e3db0e82c7efcb6ac94a5cd23b1e8
23
24 diff --git a/dev-python/podcastparser/podcastparser-0.6.8.ebuild b/dev-python/podcastparser/podcastparser-0.6.8.ebuild
25 new file mode 100644
26 index 00000000000..0c294165271
27 --- /dev/null
28 +++ b/dev-python/podcastparser/podcastparser-0.6.8.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +DISTUTILS_USE_SETUPTOOLS=no
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Podcast parser for the gpodder client"
41 +HOMEPAGE="https://github.com/gpodder/podcastparser"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="ISC"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +distutils_enable_tests pytest