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: Sat, 18 Sep 2021 19:44:03
Message-Id: 1631994223.ec28e4c437b033e75d03312a91cf9063a7cde421.mgorny@gentoo
1 commit: ec28e4c437b033e75d03312a91cf9063a7cde421
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 17:53:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 19:43:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec28e4c4
7
8 dev-python/podcastparser: Remove old
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.6.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
17 index 93911c20c60..b829767733f 100644
18 --- a/dev-python/podcastparser/Manifest
19 +++ b/dev-python/podcastparser/Manifest
20 @@ -1,2 +1 @@
21 -DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147 SHA512 aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74
22 DIST podcastparser-0.6.7.tar.gz 27671 BLAKE2B 03d55fb17622c24084346b0872ff501192e4232df35104ce6af0e90c9ba58528073ad6367d52985524cab01e1dc9de2f47bb66a267bae43208d74b61d4881380 SHA512 e020e4a729f8ed021aee1a91fde9eb70255cd3f98ef2edae98824789448065c75cfe9e0b35e9872bbbfd7a38ae4f9daf01a9945c4a50a4f6a61b498f5544b86d
23
24 diff --git a/dev-python/podcastparser/podcastparser-0.6.6.ebuild b/dev-python/podcastparser/podcastparser-0.6.6.ebuild
25 deleted file mode 100644
26 index 8209019e00e..00000000000
27 --- a/dev-python/podcastparser/podcastparser-0.6.6.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8,9} )
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