diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-18 19:53:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-18 21:43:43 +0200 |
commit | ec28e4c437b033e75d03312a91cf9063a7cde421 (patch) | |
tree | dc60843945090e9dff69158a0371159e357cadb2 /dev-python/podcastparser | |
parent | dev-python/jellyfish: Remove old (diff) | |
download | gentoo-ec28e4c437b033e75d03312a91cf9063a7cde421.tar.gz gentoo-ec28e4c437b033e75d03312a91cf9063a7cde421.tar.bz2 gentoo-ec28e4c437b033e75d03312a91cf9063a7cde421.zip |
dev-python/podcastparser: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/Manifest | 1 | ||||
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.6.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 93911c20c605..b829767733f8 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,2 +1 @@ -DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147 SHA512 aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74 DIST podcastparser-0.6.7.tar.gz 27671 BLAKE2B 03d55fb17622c24084346b0872ff501192e4232df35104ce6af0e90c9ba58528073ad6367d52985524cab01e1dc9de2f47bb66a267bae43208d74b61d4881380 SHA512 e020e4a729f8ed021aee1a91fde9eb70255cd3f98ef2edae98824789448065c75cfe9e0b35e9872bbbfd7a38ae4f9daf01a9945c4a50a4f6a61b498f5544b86d diff --git a/dev-python/podcastparser/podcastparser-0.6.6.ebuild b/dev-python/podcastparser/podcastparser-0.6.6.ebuild deleted file mode 100644 index 8209019e00e2..000000000000 --- a/dev-python/podcastparser/podcastparser-0.6.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=no - -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" - -distutils_enable_tests pytest |