diff options
author | 2023-05-20 08:33:58 +0200 | |
---|---|---|
committer | 2023-05-20 08:33:58 +0200 | |
commit | 935a81f70d25aed378507034cb65bc4a37af7487 (patch) | |
tree | 503faa64f536afe39bff45d601117162e2716c2c /dev-python/podcastparser | |
parent | dev-python/botocore: Remove old (diff) | |
download | gentoo-935a81f70d25aed378507034cb65bc4a37af7487.tar.gz gentoo-935a81f70d25aed378507034cb65bc4a37af7487.tar.bz2 gentoo-935a81f70d25aed378507034cb65bc4a37af7487.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.9.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 284d270b5e4f..1b2bea5faa8b 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,2 +1 @@ DIST podcastparser-0.6.10.tar.gz 31717 BLAKE2B 19ea422b78c7631fd2622f935e292d5bb14a31ab749db36a9a19e356a5a331246e7d853412bf913522588ce6446be2070f2ad4e6c1b50d245058eae49739519e SHA512 55b822a80f8fed56feb41d5f9a39c04371e4e11dead45b8ca6aaf666ecc26dc3c94673331da59e2ed6665f2a9ca367b6daccb24f987b1763b6b3ad8b302ee783 -DIST podcastparser-0.6.9.tar.gz 30399 BLAKE2B a1882cdb298b3e2dccc0aa821ffb97863377b51b6dd78bcd09e00d9170b88c94298996ca20c7515ab761f9ff0c73b371b7f8c9b3c4fbacbcdc2215004e3cc137 SHA512 5e28b361b5fd0aba22c8c34318d3c8f575d82913f7de0f8f62ced9c8d904dcfcf40282b8b832867998f820de6bd5b793ce6be4657dd04b4965a151e32f2f0131 diff --git a/dev-python/podcastparser/podcastparser-0.6.9.ebuild b/dev-python/podcastparser/podcastparser-0.6.9.ebuild deleted file mode 100644 index efd0a5d7400d..000000000000 --- a/dev-python/podcastparser/podcastparser-0.6.9.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Podcast parser for the gpodder client" -HOMEPAGE=" - https://github.com/gpodder/podcastparser/ - https://pypi.org/project/podcastparser/ -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests pytest |