From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47F91158086 for ; Sun, 24 Oct 2021 05:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A797E087C; Sun, 24 Oct 2021 05:13:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33707E087E for ; Sun, 24 Oct 2021 05:13:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3325343769 for ; Sun, 24 Oct 2021 05:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B1CB18C for ; Sun, 24 Oct 2021 05:13:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635052385.6c907d0bb3d41f5353e9dded9e47f450c72c09d2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/podcastparser/Manifest dev-python/podcastparser/podcastparser-0.6.7.ebuild X-VCS-Directories: dev-python/podcastparser/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6c907d0bb3d41f5353e9dded9e47f450c72c09d2 X-VCS-Branch: master Date: Sun, 24 Oct 2021 05:13:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91f97462-8e04-4d49-8936-f0772611f491 X-Archives-Hash: 1bec5c34f466014bfb5763b82b3f55a0 commit: 6c907d0bb3d41f5353e9dded9e47f450c72c09d2 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 24 05:12:12 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 24 05:13:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c907d0b dev-python/podcastparser: drop 0.6.7 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/podcastparser/Manifest | 1 - dev-python/podcastparser/podcastparser-0.6.7.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index 791b6f2ff4f..c1657a4dee2 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,2 +1 @@ -DIST podcastparser-0.6.7.tar.gz 27671 BLAKE2B 03d55fb17622c24084346b0872ff501192e4232df35104ce6af0e90c9ba58528073ad6367d52985524cab01e1dc9de2f47bb66a267bae43208d74b61d4881380 SHA512 e020e4a729f8ed021aee1a91fde9eb70255cd3f98ef2edae98824789448065c75cfe9e0b35e9872bbbfd7a38ae4f9daf01a9945c4a50a4f6a61b498f5544b86d DIST podcastparser-0.6.8.tar.gz 29809 BLAKE2B 19eda892dcc83f5371d23147a9044bd1249c05885aa7e72edc868e05744bf691336ceb8b445dca4c51612846bc7e8c087fa0c36fa44568a4f95b0e8f3eb155cf SHA512 8c1152c6d7229faf375af5c3f02642debd081915dcb55ba706863620af6039eb710648bf970d1cd8018d43dd36ba579a456e3db0e82c7efcb6ac94a5cd23b1e8 diff --git a/dev-python/podcastparser/podcastparser-0.6.7.ebuild b/dev-python/podcastparser/podcastparser-0.6.7.ebuild deleted file mode 100644 index e48c32517b4..00000000000 --- a/dev-python/podcastparser/podcastparser-0.6.7.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) -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