From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- dev-python/podcastparser/Manifest | 4 ++-- dev-python/podcastparser/podcastparser-0.6.4.ebuild | 16 ---------------- dev-python/podcastparser/podcastparser-0.6.5.ebuild | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 dev-python/podcastparser/podcastparser-0.6.4.ebuild create mode 100644 dev-python/podcastparser/podcastparser-0.6.5.ebuild (limited to 'dev-python/podcastparser') diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 8fffd57d0efc..0247ead2ef19 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,3 +1,3 @@ -DIST podcastparser-0.6.4.tar.gz 22446 BLAKE2B b6111251c6ce325a91e763402d7f0a6cfd137491939dd581e1e4f1bb2458b741fee0a61eed009b61876224722fb4e43d289b2a294e02bccb724e2f0337786884 SHA512 c63065aa822b0210891c3316fc592591bcc962e16c52a86815637634ad5f02d3f559596e3727d56d191c454f28320e21ddb469ff8473fc99f57ea830fb046b2a -EBUILD podcastparser-0.6.4.ebuild 378 BLAKE2B bddda81fea7c45709c509ffa0555de1a970afc80961b1bdab7362284f0bf52a31ea04a87db34916212af85a81aa23ac1bf1206df5e70884240bd528872217b23 SHA512 2143cb054fb4e644ab849e7fab84ea68acbd97196b50c0806204fbf5ca3c1e8942f43f73b9305acad3db7fb960c08e148c282c3674c6a07d40d654f78522d741 +DIST podcastparser-0.6.5.tar.gz 22232 BLAKE2B 1fcf115954e3394aede643ef28ea7eb13c2969ad3125f82dcfefbb457d61f768247d07d3150fe8adc7aeceb9bb9f0026a2e55f42b3f2a6da76b977528ebd013d SHA512 770d2376eb7d029dc033f46f55d00e02b8040c72c670338ad52ecf065ec4ffd291c6e2ec02cf9b038f8608c7c549808ff14f95017f508bb1526bb79b413e136a +EBUILD podcastparser-0.6.5.ebuild 410 BLAKE2B f7cb1c4f0c7a7d085ff711e8cee8d2015662441d548368b9b334c18267e5a3cd75a7ab09ddd84fb8a4a7721b02ba5bc1c6758ebd0436f7c81a1aab5e01675f8a SHA512 38138b80888c0421b79d5de4d9ed79b7dd0228dbccbd54955b4f298ef0fcfe602100b4dd72052ce30ab8c09b22132b1b04cf4a6082369ccfceacff8c4c892336 MISC metadata.xml 259 BLAKE2B 7339f463fc3fa87e1aba5665d97d0878dfd0ccdc4570e76adb531ce80090b0fd0eadf7ee78e3d081cd48083a800c5ecb395255df40d35f8745471346cf07ff16 SHA512 7315c86cee93f8109e30dd379dde35c51ad60e759a037cc8ee3feeec369434d65fecf785480861e7fc6a17baaf81517083284783b4b35143c911da98846d0360 diff --git a/dev-python/podcastparser/podcastparser-0.6.4.ebuild b/dev-python/podcastparser/podcastparser-0.6.4.ebuild deleted file mode 100644 index 7a426e3289a1..000000000000 --- a/dev-python/podcastparser/podcastparser-0.6.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -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" -IUSE="" diff --git a/dev-python/podcastparser/podcastparser-0.6.5.ebuild b/dev-python/podcastparser/podcastparser-0.6.5.ebuild new file mode 100644 index 000000000000..ac7b3cfae0aa --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,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" +IUSE="" -- cgit v1.2.3