# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 multiprocessing optfeature MY_P=aesara-rel-${PV} DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays" HOMEPAGE=" https://github.com/aesara-devs/aesara/ https://pypi.org/project/aesara/ " SRC_URI=" https://github.com/aesara-devs/aesara/archive/rel-${PV}.tar.gz -> ${MY_P}.gh.tar.gz " S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND=" dev-python/cons[${PYTHON_USEDEP}] dev-python/etuples[${PYTHON_USEDEP}] dev-python/logical-unification[${PYTHON_USEDEP}] dev-python/minikanren[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}]