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 DD5C71382C5 for ; Mon, 31 May 2021 23:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA19E0877; Mon, 31 May 2021 23:53:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 13A40E0877 for ; Mon, 31 May 2021 23:53:41 +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 1DC33340F22 for ; Mon, 31 May 2021 23:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9043B720 for ; Mon, 31 May 2021 23:53:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622505206.972b605a4ab98db21610bd9dfc2c8da2d51ceaba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gmpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gmpy/gmpy-2.1.0_beta5.ebuild dev-python/gmpy/metadata.xml X-VCS-Directories: dev-python/gmpy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 972b605a4ab98db21610bd9dfc2c8da2d51ceaba X-VCS-Branch: master Date: Mon, 31 May 2021 23:53:38 +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: e9ef0ce4-2edf-429c-abc5-dd3682a761b0 X-Archives-Hash: 0cc910b12ed7230f6fd83246563b3d0c commit: 972b605a4ab98db21610bd9dfc2c8da2d51ceaba Author: Ekaterina Vaartis kotobank ch> AuthorDate: Mon May 31 16:11:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 31 23:53:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972b605a dev-python/gmpy: remove broken mpir useflag Upstream doesn't seem to even support it anymore. Plus, also reformat metadata.xml with tabs Closes: https://bugs.gentoo.org/791124 Signed-off-by: Ekaterina Vaartis kotobank.ch> Closes: https://github.com/gentoo/gentoo/pull/21063 Signed-off-by: Sam James gentoo.org> dev-python/gmpy/gmpy-2.1.0_beta5.ebuild | 12 ++---------- dev-python/gmpy/metadata.xml | 34 ++++++++++++++++----------------- 2 files changed, 19 insertions(+), 27 deletions(-) diff --git a/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild b/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild index 739475e74e0..420ebc5367e 100644 --- a/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild +++ b/dev-python/gmpy/gmpy-2.1.0_beta5.ebuild @@ -17,13 +17,12 @@ S="${WORKDIR}"/${MY_P} LICENSE="LGPL-3+" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="mpir" RDEPEND=" >=dev-libs/mpc-1.0.2:= >=dev-libs/mpfr-3.1.2:= - !mpir? ( dev-libs/gmp:0= ) - mpir? ( sci-libs/mpir:= )" + dev-libs/gmp:0= +" DEPEND="${RDEPEND}" PATCHES=( @@ -40,13 +39,6 @@ PATCHES=( distutils_enable_sphinx docs -python_configure_all() { - mydistutilsargs=( - # GMP is the default, add mpir if the USE flag is set - $(usex mpir --mpir "") - ) -} - python_test() { cd test || die "${EPYTHON}" runtests.py || die "tests failed under ${EPYTHON}" diff --git a/dev-python/gmpy/metadata.xml b/dev-python/gmpy/metadata.xml index 1c3638694bf..fd738a835d7 100644 --- a/dev-python/gmpy/metadata.xml +++ b/dev-python/gmpy/metadata.xml @@ -1,21 +1,21 @@ - - python@gentoo.org - Python - - - gmpy2 is a C-coded Python extension module that supports - multiple-precision arithmetic. gmpy2 supports the GMP multi-precision - library, the MPFR (correctly rounded real floating-point arithmetic) and MPC - (correctly rounded complex floating-point arithmetic) libraries. - - - gmpy2 - aleaxit/gmpy - - - Use sci-libs/mpir as gmp implementation - + + python@gentoo.org + Python + + + gmpy2 is a C-coded Python extension module that supports + multiple-precision arithmetic. gmpy2 supports the GMP multi-precision + library, the MPFR (correctly rounded real floating-point arithmetic) and MPC + (correctly rounded complex floating-point arithmetic) libraries. + + + Use sci-libs/mpir as gmp implementation + + + gmpy2 + aleaxit/gmpy +