# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) inherit cmake llvm python-single-r1 DESCRIPTION="Super-parallel Python port of the C-Reduce" HOMEPAGE="https://github.com/marxin/cvise/" SRC_URI=" https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz " LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE=${PYTHON_REQUIRED_USE} LLVM_MAX_SLOT=16 DEPEND=" || ( sys-devel/clang:16 sys-devel/clang:15 sys-devel/clang:14 )