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 07BA2138359 for ; Mon, 21 Sep 2020 15:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6A4E083B; Mon, 21 Sep 2020 15:30:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 14EA9E083B for ; Mon, 21 Sep 2020 15:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8F9FC340C02 for ; Mon, 21 Sep 2020 15:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CA9376 for ; Mon, 21 Sep 2020 15:30:19 +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: <1600702202.a19720202c65b1d0452905ba678b3270f660a53a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflect/inflect-4.1.0.ebuild X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a19720202c65b1d0452905ba678b3270f660a53a X-VCS-Branch: master Date: Mon, 21 Sep 2020 15:30:19 +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: 7e1990cb-fb69-4164-90c1-e898c768f765 X-Archives-Hash: a8f77211cd4915632ec8f4739e9ac132 commit: a19720202c65b1d0452905ba678b3270f660a53a Author: Michał Górny gentoo org> AuthorDate: Mon Sep 21 15:06:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 21 15:30:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1972020 dev-python/inflect: Restore default DISTUTILS_USE_SETUPTOOLS The underlying issue causing false positives has been fixed. Signed-off-by: Michał Górny gentoo.org> dev-python/inflect/inflect-4.1.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild index 505c7b028c6..5ed8ab2d118 100644 --- a/dev-python/inflect/inflect-4.1.0.ebuild +++ b/dev-python/inflect/inflect-4.1.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 @@ -23,7 +21,6 @@ RDEPEND=" $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7}) " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )