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 2DDD513835A for ; Mon, 21 Sep 2020 15:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2406E0849; Mon, 21 Sep 2020 15:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8231E0849 for ; Mon, 21 Sep 2020 15:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81DAE340D48 for ; Mon, 21 Sep 2020 15:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F7837F for ; Mon, 21 Sep 2020 15:30:20 +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: <1600702208.afb1607759035b37261c97e4bafcab1460a74a07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild X-VCS-Directories: dev-python/jaraco-itertools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: afb1607759035b37261c97e4bafcab1460a74a07 X-VCS-Branch: master Date: Mon, 21 Sep 2020 15:30:20 +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: a1994515-6b7e-49cc-bbb6-e7ab158fa8ce X-Archives-Hash: 28937ddb2e47a0e99a18f54311fc4661 commit: afb1607759035b37261c97e4bafcab1460a74a07 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 21 15:10:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 21 15:30:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb16077 dev-python/jaraco-itertools: Restore default DISTUTILS_USE_SETUPTOOLS The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild index 5a1196495f0..79f2924b2f9 100644 --- a/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild +++ b/dev-python/jaraco-itertools/jaraco-itertools-5.0.0.ebuild @@ -4,8 +4,6 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) -# [options.entry_points] is present in setup.cfg but it is empty -DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 @@ -29,7 +27,6 @@ RDEPEND=" >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] test? ( ${RDEPEND}