holgersson-overlay/dev-python/control/control-0.9.4.ebuild
Nils Freydank 99e8942b9b
dev-python/control: Bump to 0.9.4, drop py 3.10
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2023-06-11 15:09:38 +02:00

29 lines
654 B
Bash

# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Python Control Systems Library"
HOMEPAGE="
https://python-control.readthedocs.io/
https://github.com/python-control/python-control
https://pypi.org/project/control/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# Tests need nose which is getting cleaned from main tree.
RESTRICT="test"
BDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"