diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
commit | d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch) | |
tree | 4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /dev-python/podcastparser | |
parent | e748ba9741f6540f4675c23e3e37b73e822c13a4 (diff) |
gentoo resync : 15.06.2021
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/Manifest | 4 | ||||
-rw-r--r-- | dev-python/podcastparser/metadata.xml | 1 | ||||
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.6.ebuild | 19 |
3 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index e7a8138af44b..2a7067a8ebe6 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,3 +1,5 @@ DIST podcastparser-0.6.5.tar.gz 22232 BLAKE2B 1fcf115954e3394aede643ef28ea7eb13c2969ad3125f82dcfefbb457d61f768247d07d3150fe8adc7aeceb9bb9f0026a2e55f42b3f2a6da76b977528ebd013d SHA512 770d2376eb7d029dc033f46f55d00e02b8040c72c670338ad52ecf065ec4ffd291c6e2ec02cf9b038f8608c7c549808ff14f95017f508bb1526bb79b413e136a +DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147 SHA512 aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74 EBUILD podcastparser-0.6.5.ebuild 406 BLAKE2B 10f560226ba1b744f18e88fe21590a2dd676e373fb93cfb28e2fc531afcced4acdcf92f777f5b4c43802a29c9e75e6986ef21b59c83f9d10dc88b353f6f3e280 SHA512 894aaaad00ea125c90f0c90d6b5f07bf93f057517fd8cdbd9fc96f40f1c9619b179ebbb8018589c09a0d22c905f835963d3c9f6d9dd47c0bf16771773c050046 -MISC metadata.xml 329 BLAKE2B ec8fcd3d6cbfbbc6d8a6d46278b29b9c8afa96eadca3fe962d45569b4eb583c650b13934de566b096b692470e0093bb2a9830b09a842ab38691a16db9675c234 SHA512 90f6b8348ebe07ed1f86e2705e13259d42f02948cc347de23203d4682e42b7937f96e6a436539d0644decdd438361b9b1da656c397f26a9f81641bcc99a73590 +EBUILD podcastparser-0.6.6.ebuild 432 BLAKE2B 509fd863b340cbeeb55da49516598f8c80b76a07c3933b04e4f1d03f02db9b84b740b99fb5b89219bb55ecb6479e043d2c9b7d11be87ee161d7f889c769c0a89 SHA512 fb14f6a79e293a4952a5a005791612dc0a691f0383ab31372faf82585e0ba3150e471de5d15495a62d9f6b60cff073259180ddd32d1cf8a5c27fdefd86c1f50c +MISC metadata.xml 353 BLAKE2B a2ebdf26da03414c4455789492c584264528657151b713e9a9eef51255fde3c17ba0c264b30e704b92909bc38c0758dd8b5d3f4f5613f55787a8cc13375693b0 SHA512 6871cf1b2dc37a2ee871f928ba0630aa54a2e73826d7b67243839dc31457f38da7d8bae4cb63039a916b58fe76fe5cb2329dc872602c53b210c63b3943296d25 diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml index 9330487cd7fb..76bd6abc1ae2 100644 --- a/dev-python/podcastparser/metadata.xml +++ b/dev-python/podcastparser/metadata.xml @@ -5,6 +5,7 @@ <email>sound@gentoo.org</email> <name>Gentoo Sound project</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">podcastparser</remote-id> </upstream> diff --git a/dev-python/podcastparser/podcastparser-0.6.6.ebuild b/dev-python/podcastparser/podcastparser-0.6.6.ebuild new file mode 100644 index 000000000000..66dbeee8186b --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.6.ebuild @@ -0,0 +1,19 @@ +# 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 |