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 4E9AE138359 for ; Sun, 2 Aug 2020 06:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F0F9E0C34; Sun, 2 Aug 2020 06:46:09 +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 8626BE0C34 for ; Sun, 2 Aug 2020 06:46:09 +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 E5A8034F325 for ; Sun, 2 Aug 2020 06:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEF1430C for ; Sun, 2 Aug 2020 06:46:03 +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: <1596350754.f9c873f67f3d5a0adbcd55d6619212b7afde2851.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpmath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mpmath/mpmath-1.1.0.ebuild X-VCS-Directories: dev-python/mpmath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f9c873f67f3d5a0adbcd55d6619212b7afde2851 X-VCS-Branch: master Date: Sun, 2 Aug 2020 06:46:03 +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: 8a5a54b7-1709-492c-b26f-78ce54bc7309 X-Archives-Hash: b0f9ee110900f1274726059435b986ef commit: f9c873f67f3d5a0adbcd55d6619212b7afde2851 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 06:13:26 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 06:45:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c873f6 dev-python/mpmath: EAPI 7 Signed-off-by: Michał Górny gentoo.org> dev-python/mpmath/mpmath-1.1.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild index 2ee732457c8..6c2236b75bc 100644 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 eutils virtualx @@ -15,7 +15,6 @@ SRC_URI="https://github.com/fredrik-johansson/${PN}/archive/${PV}.tar.gz -> ${P} LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - IUSE="gmp matplotlib test" RESTRICT="!test? ( test )"