From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1328470-garchives=archives.gentoo.org@lists.gentoo.org>
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 10541158086
	for <garchives@archives.gentoo.org>; Sat,  9 Oct 2021 09:32:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 33C22E0824;
	Sat,  9 Oct 2021 09:32:40 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0B434E083D
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Oct 2021 09:32:40 +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 E13FB343334
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Oct 2021 09:32:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B143143
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Oct 2021 09:32:37 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
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" <arthurzam@gentoo.org>
Message-ID: <1633771893.ccf13402a880020822a6df6b1b7df35f1bcb1879.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/feedparser/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/feedparser/feedparser-5.2.1-r1.ebuild dev-python/feedparser/feedparser-5.2.1-r2.ebuild
X-VCS-Directories: dev-python/feedparser/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: ccf13402a880020822a6df6b1b7df35f1bcb1879
X-VCS-Branch: master
Date: Sat,  9 Oct 2021 09:32:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f9e8d0f7-979d-4931-944e-f1cd2b9b8e4a
X-Archives-Hash: 2e854b2e157cc1b2be8fb75e679432b3

commit:     ccf13402a880020822a6df6b1b7df35f1bcb1879
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 09:10:33 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 09:31:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf13402

dev-python/feedparser: block <setuptools-58 for 5.2.1

Was fixed for 6.0.8

Bug: https://bugs.gentoo.org/812893
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../{feedparser-5.2.1-r1.ebuild => feedparser-5.2.1-r2.ebuild}       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/feedparser/feedparser-5.2.1-r1.ebuild b/dev-python/feedparser/feedparser-5.2.1-r2.ebuild
similarity index 92%
rename from dev-python/feedparser/feedparser-5.2.1-r1.ebuild
rename to dev-python/feedparser/feedparser-5.2.1-r2.ebuild
index c32c70f4219..77082cc074a 100644
--- a/dev-python/feedparser/feedparser-5.2.1-r1.ebuild
+++ b/dev-python/feedparser/feedparser-5.2.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
 
 inherit distutils-r1
 
@@ -15,11 +15,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2 PSF-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
 
 # Tests have issues with chardet installed, and are just kind of buggy.
 RESTRICT="test"
 
+BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"
+
 PATCHES=(
 	"${FILESDIR}/${P}-sgmllib.patch"
 )