# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 multiprocessing optfeature pypi DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays" HOMEPAGE=" https://github.com/aesara-devs/aesara/ https://pypi.org/project/aesara/ " 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}]