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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A807B158099 for ; Mon, 20 Nov 2023 15:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F14FC2BC031; Mon, 20 Nov 2023 15:06:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC9B12BC031 for ; Mon, 20 Nov 2023 15:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30E68335D1B for ; Mon, 20 Nov 2023 15:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAEDEF1A for ; Mon, 20 Nov 2023 15:06:52 +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: <1700492810.c2e4b5ecdbd06759364c9014ce5aed95c8230c3e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-8.17.2.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2e4b5ecdbd06759364c9014ce5aed95c8230c3e X-VCS-Branch: master Date: Mon, 20 Nov 2023 15:06:52 +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: 3c0fd343-803e-4f60-8afc-ebdfdc31263a X-Archives-Hash: 57032912158d56309e88da04bdf86115 commit: c2e4b5ecdbd06759364c9014ce5aed95c8230c3e Author: Michał Górny gentoo org> AuthorDate: Mon Nov 20 15:06:28 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 20 15:06:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e4b5ec dev-python/ipython: Enable more flags on pypy3 Sponsored-by: Ex Makhina, Inc. exmakhina.com> Signed-off-by: Michał Górny gentoo.org> dev-python/ipython/ipython-8.17.2.ebuild | 37 +++++++++++++------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/dev-python/ipython/ipython-8.17.2.ebuild b/dev-python/ipython/ipython-8.17.2.ebuild index c9fc67b54133..1a50e5c91ac9 100644 --- a/dev-python/ipython/ipython-8.17.2.ebuild +++ b/dev-python/ipython/ipython-8.17.2.ebuild @@ -4,8 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_FULL=( python3_{10..12} ) -PYTHON_COMPAT=( "${PYTHON_FULL[@]}" pypy3 ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' inherit distutils-r1 optfeature pypi virtualx @@ -41,11 +40,9 @@ RDEPEND=" BDEPEND=" test? ( app-text/dvipng[truetype] - $(python_gen_cond_dep ' - >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/nbformat[${PYTHON_USEDEP}] - ' "${PYTHON_FULL[@]}") + >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/nbformat[${PYTHON_USEDEP}] >=dev-python/numpy-1.22[${PYTHON_USEDEP}] dev-python/matplotlib-inline[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] @@ -53,12 +50,10 @@ BDEPEND=" dev-python/testpath[${PYTHON_USEDEP}] ) doc? ( - $(python_gen_cond_dep ' - >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - >=dev-python/sphinx-2[${PYTHON_USEDEP}] - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - ' "${PYTHON_FULL[@]}") + >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + >=dev-python/sphinx-2[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ) " @@ -66,9 +61,7 @@ distutils_enable_tests pytest RDEPEND+=" nbconvert? ( - $(python_gen_cond_dep ' - dev-python/nbconvert[${PYTHON_USEDEP}] - ' "${PYTHON_FULL[@]}") + dev-python/nbconvert[${PYTHON_USEDEP}] ) " PDEPEND=" @@ -79,11 +72,11 @@ PDEPEND=" dev-python/widgetsnbextension[${PYTHON_USEDEP}] ) qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] ) - smp? ( - >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] - >=dev-python/ipyparallel-6.2.3[${PYTHON_USEDEP}] - ) - ' "${PYTHON_FULL[@]}") + ' 'python*') + smp? ( + >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}] + >=dev-python/ipyparallel-6.2.3[${PYTHON_USEDEP}] + ) " PATCHES=( @@ -108,7 +101,7 @@ python_prepare_all() { } python_compile_all() { - if use doc && has "${EPYTHON/./_}" "${PYTHON_FULL[@]}"; then + if use doc; then emake -C docs html_noapi HTML_DOCS=( docs/build/html/. ) fi