# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..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 ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE=${PYTHON_REQUIRED_USE} LLVM_MAX_SLOT=15 DEPEND=" || ( sys-devel/clang:15 sys-devel/clang:14 sys-devel/clang:13 )