diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-19 11:57:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-19 11:57:35 +0100 |
commit | 6031cee8b35a5f0d7a1fee157d2cefcc05649608 (patch) | |
tree | 5c0c42caeec5e4a3c894667d689aad19aaf7ba1f /dev-python/podcastparser | |
parent | 59f8187afe529efeffdc2f967c451b159da44d5c (diff) |
gentoo auto-resync : 19:04:2023 - 11:57:35
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/Manifest | 2 | ||||
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.10.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 382bef5d71f6..a0373680d271 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,3 +1,5 @@ +DIST podcastparser-0.6.10.tar.gz 31717 BLAKE2B 19ea422b78c7631fd2622f935e292d5bb14a31ab749db36a9a19e356a5a331246e7d853412bf913522588ce6446be2070f2ad4e6c1b50d245058eae49739519e SHA512 55b822a80f8fed56feb41d5f9a39c04371e4e11dead45b8ca6aaf666ecc26dc3c94673331da59e2ed6665f2a9ca367b6daccb24f987b1763b6b3ad8b302ee783 DIST podcastparser-0.6.9.tar.gz 30399 BLAKE2B a1882cdb298b3e2dccc0aa821ffb97863377b51b6dd78bcd09e00d9170b88c94298996ca20c7515ab761f9ff0c73b371b7f8c9b3c4fbacbcdc2215004e3cc137 SHA512 5e28b361b5fd0aba22c8c34318d3c8f575d82913f7de0f8f62ced9c8d904dcfcf40282b8b832867998f820de6bd5b793ce6be4657dd04b4965a151e32f2f0131 +EBUILD podcastparser-0.6.10.ebuild 434 BLAKE2B 26b71d82a43d7b5fd5c6dce56f43cd6f4b24bf8a3121d2c556e62cb4b82e95533ec2c6b83477947bc2f86ac769f26de4428bbe9316205f71cbdd627f2c7fb327 SHA512 f1d73442ebbd9277c388346e88427c85ec7a1d2e601b94821b31fc84337c594bd9b520ac07c2f145df7c3d894b227cf5e81c9ffd72f928d2a4d72e647e51e2fa EBUILD podcastparser-0.6.9.ebuild 432 BLAKE2B 0426235c4b05881f79037b7d58166cbe512bb71f2d3ed2a30c480af7e02079662f7e9a257dc5e222040ae95968e419cb9b9ceebe150212a3f28e627ce9f34a6a SHA512 3f93f50bf221de257c5be2f0a941b9e97d4a44f966a42c3f1cdcf4ca4141f64d0961c3c6c825814e76c1d79e6438d2bf30a68a9647f01d45e4fbb946ed02b992 MISC metadata.xml 516 BLAKE2B 2cf902a3f89e91ef879ae5a9ece9dc5a3991ed06c2fe4542a330e5e52f24f850728a8d1588d02481109974c6cb400e6e53952356075c42cc4b0079f383fc4119 SHA512 947c15724f072eddd93600a0c47555c5a191a0c6bb28d1fad0149f6ac510b932678c494faa36a959d4639213c4133b2a9c28037177a6fddecc171b728f561d23 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 |