From 990725a3d2ce2e69279cdbbc490c2333af24e23e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 13 Aug 2021 01:42:25 +0000 Subject: Adding metadata --- dev-python/podcastparser/Manifest | 2 +- dev-python/podcastparser/podcastparser-0.6.5.ebuild | 19 ------------------- dev-python/podcastparser/podcastparser-0.6.7.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-python/podcastparser/podcastparser-0.6.5.ebuild create mode 100644 dev-python/podcastparser/podcastparser-0.6.7.ebuild (limited to 'dev-python/podcastparser') diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 5a77c2429625..0e02942c1b39 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,2 +1,2 @@ -DIST 0.6.5.tar.gz 23527 BLAKE2B fea72dd7ef3e4741217c46f57ac1badb7a8520d195d304815ac0ba8f20a58c4e9dc79023773b630094ee6b8550273016ba53c0712c027dbd7aaa8ee269b459e2 SHA512 f494ed3c2d7454fa627ade0b378c5c4b68bfbcd7c98f7d516523c5902a0ae54e5a88a0c8e13b9844f7d8f964a17eedcce1c7518a2df4f3aa0ab8257265dbe2ff DIST 0.6.6.tar.gz 24155 BLAKE2B 3fed3a9bc49b1528db4aeb5c0daa087f5068f5912b7bb5b5246ae51e867a6c8bc7d5e50c08c13f6fd2b3b538443fef0424a6a5f12d0db36239daaa693808cbb1 SHA512 66f170fefc0b9419769705eb3f60e37b130b7add783840b03aa86b2362694b5603be69903bcf49d9429b31586764651302df5dc46ce4c52a18d51615550e4c02 +DIST 0.6.7.tar.gz 26184 BLAKE2B ab84ecfabd78576824d8fd9f2a84870c7f0696d670078cfd94c2ff0d63f98103d85dab56a1b17ea3f18f40b4ecbb8fb9d8c5b1803654302435594c35877116ab SHA512 38917f9f9f81eea8c11d9861b19ea135728ea21c3fe4a1c121e20e03e4680456c9d4db92904af20196647998faf46c92db35c83f691c6db13903948ca8d03f45 diff --git a/dev-python/podcastparser/podcastparser-0.6.5.ebuild b/dev-python/podcastparser/podcastparser-0.6.5.ebuild deleted file mode 100644 index a18e19544443..000000000000 --- a/dev-python/podcastparser/podcastparser-0.6.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Podcast parser for the gpodder client" -HOMEPAGE="https://gpodder.org" -SRC_URI="https://github.com/gpodder/podcastparser/archive/${PV}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="*" -IUSE="" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" diff --git a/dev-python/podcastparser/podcastparser-0.6.7.ebuild b/dev-python/podcastparser/podcastparser-0.6.7.ebuild new file mode 100644 index 000000000000..a18e19544443 --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Podcast parser for the gpodder client" +HOMEPAGE="https://gpodder.org" +SRC_URI="https://github.com/gpodder/podcastparser/archive/${PV}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="*" +IUSE="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" -- cgit v1.3.1