diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-16 06:23:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-16 06:23:32 +0000 |
commit | f3784aee1f8e4d7971fd27543cb7490cb9f83649 (patch) | |
tree | 5bba1b092092f867ce0b57b29484e1da19442262 /dev-python/podcastparser | |
parent | b4c2aa4f33970ea2c862e0f7e57f01564bc63002 (diff) |
gentoo auto-resync : 16:03:2023 - 06:23:32
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/Manifest | 2 | ||||
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.9.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 71abc8b48123..382bef5d71f6 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,3 +1,3 @@ DIST podcastparser-0.6.9.tar.gz 30399 BLAKE2B a1882cdb298b3e2dccc0aa821ffb97863377b51b6dd78bcd09e00d9170b88c94298996ca20c7515ab761f9ff0c73b371b7f8c9b3c4fbacbcdc2215004e3cc137 SHA512 5e28b361b5fd0aba22c8c34318d3c8f575d82913f7de0f8f62ced9c8d904dcfcf40282b8b832867998f820de6bd5b793ce6be4657dd04b4965a151e32f2f0131 -EBUILD podcastparser-0.6.9.ebuild 479 BLAKE2B 23183d3e741cf26c43cc23639aa118127918dd62842bc9f6e6dc149b5c5e6b3f63a17fe2f74d81245838afd9d39ec542bac9b16e81c0a1dfc44e0662550b9d2b SHA512 a4e0b60df3452c92ad7a1be4e6d2b74f1253a3e45b3d512bbd6fcf86badc5ce72f49f81b626f27971a947263f9f085b3edd05d820fcd5507f24d4a99314ab2e0 +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.9.ebuild b/dev-python/podcastparser/podcastparser-0.6.9.ebuild index 1dada3525228..efd0a5d7400d 100644 --- a/dev-python/podcastparser/podcastparser-0.6.9.ebuild +++ b/dev-python/podcastparser/podcastparser-0.6.9.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Podcast parser for the gpodder client" HOMEPAGE=" https://github.com/gpodder/podcastparser/ https://pypi.org/project/podcastparser/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" |