slycot-0.7.0holgersson-overlay
download
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for SLICOT, used by dev-python/control"
HOMEPAGE="
https://github.com/python-control/Slycot
https://pypi.org/project/slycot/
"
LICENSE="
BSD
GPL-2
"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/scikit-build[${PYTHON_USEDEP}]
virtual/blas
virtual/lapack
"
BDEPEND="
${DEPEND}
dev-python/scipy[fortran,${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"