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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FD2A15808B for ; Tue, 1 Mar 2022 13:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85AD8E07F9; Tue, 1 Mar 2022 13:36:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 694E6E07F9 for ; Tue, 1 Mar 2022 13:36:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F345342CA3 for ; Tue, 1 Mar 2022 13:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 828872F9 for ; Tue, 1 Mar 2022 13:36:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1646141766.335cb825943d74db1c051fa20b98605c98c520c0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/podcastparser/podcastparser-0.6.8.ebuild X-VCS-Directories: dev-python/podcastparser/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 335cb825943d74db1c051fa20b98605c98c520c0 X-VCS-Branch: master Date: Tue, 1 Mar 2022 13:36:56 +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: 4f786fbc-46ca-455e-b546-da27fa4e6b04 X-Archives-Hash: 3e32158087eb71caa49c01548dc0d0dd commit: 335cb825943d74db1c051fa20b98605c98c520c0 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 1 13:36:06 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 1 13:36:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335cb825 dev-python/podcastparser: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/podcastparser/podcastparser-0.6.8.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-python/podcastparser/podcastparser-0.6.8.ebuild b/dev-python/podcastparser/podcastparser-0.6.8.ebuild deleted file mode 100644 index f298c66bbee4..000000000000 --- a/dev-python/podcastparser/podcastparser-0.6.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..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