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 45117158090 for ; Mon, 16 May 2022 05:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7203AE08FA; Mon, 16 May 2022 05:41:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 586A7E08FA for ; Mon, 16 May 2022 05:41:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C2FD341526 for ; Mon, 16 May 2022 05:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF64F46A for ; Mon, 16 May 2022 05:41:25 +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: <1652679677.69539bc422c022e64eef537abdda0cb04f15d64e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/sirilic/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/sirilic/sirilic-1.14.3.ebuild X-VCS-Directories: sci-astronomy/sirilic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 69539bc422c022e64eef537abdda0cb04f15d64e X-VCS-Branch: master Date: Mon, 16 May 2022 05:41:25 +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: 139c7475-280a-4e00-b2d8-7a60b22b6c05 X-Archives-Hash: 664f45a294a54335ba070da2d15f6ee6 commit: 69539bc422c022e64eef537abdda0cb04f15d64e Author: Sam James gentoo org> AuthorDate: Mon May 16 05:41:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 16 05:41:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69539bc4 sci-astronomy/sirilic: add Python 3.10 Signed-off-by: Sam James gentoo.org> sci-astronomy/sirilic/sirilic-1.14.3.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild index e7bdfc38c45f..9a431ab22e09 100644 --- a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild +++ b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Preparing acquisition files for processing with the SiriL software" @@ -16,10 +16,5 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" - $(python_gen_cond_dep ' - dev-python/wxpython:4.0[${PYTHON_USEDEP}] - ' python3_{8,9}) -" +DEPEND="dev-python/wxpython:4.0[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -BDEPEND=""