diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-19 08:19:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-19 08:34:05 +0200 |
commit | 2ada2160e1aebf178c4b64428cc5b14218f56468 (patch) | |
tree | 5c9d930333d95af66be7d84670b50e408a92f6e2 /dev-python/podcastparser | |
parent | dev-python/xarray: Bump to 2023.4.1 (diff) | |
download | gentoo-2ada2160e1aebf178c4b64428cc5b14218f56468.tar.gz gentoo-2ada2160e1aebf178c4b64428cc5b14218f56468.tar.bz2 gentoo-2ada2160e1aebf178c4b64428cc5b14218f56468.zip |
dev-python/podcastparser: Bump to 0.6.10
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.10.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index d386c545b4dc..284d270b5e4f 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1 +1,2 @@ +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.10.ebuild b/dev-python/podcastparser/podcastparser-0.6.10.ebuild new file mode 100644 index 000000000000..f6fe3dc39931 --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.10.ebuild @@ -0,0 +1,21 @@ +# 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 |