sci-astronomy/sirilic: add Python 3.10

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-16 05:41:17 +00:00
parent 506721edca
commit 69539bc422

View File

@@ -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=""