2023-01-13 20:20:10 +01:00
|
|
|
# Copyright 2020-2023 Gentoo Authors
|
2020-10-24 19:46:46 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-10-27 17:36:40 +02:00
|
|
|
EAPI="8"
|
2020-10-24 19:46:46 +02:00
|
|
|
|
2022-11-22 22:38:13 +01:00
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2023-06-11 15:09:38 +02:00
|
|
|
PYTHON_COMPAT=( python3_11 )
|
2023-03-02 23:14:04 +01:00
|
|
|
inherit distutils-r1 pypi
|
|
|
|
|
2020-10-24 19:46:46 +02:00
|
|
|
DESCRIPTION="Python Control Systems Library"
|
2023-03-02 23:14:04 +01:00
|
|
|
HOMEPAGE="
|
|
|
|
https://python-control.readthedocs.io/
|
|
|
|
https://github.com/python-control/python-control
|
|
|
|
https://pypi.org/project/control/
|
|
|
|
"
|
2020-10-24 19:46:46 +02:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
2022-12-31 16:18:00 +01:00
|
|
|
# Tests need nose which is getting cleaned from main tree.
|
|
|
|
RESTRICT="test"
|
2020-10-24 19:46:46 +02:00
|
|
|
|
2022-11-22 22:38:13 +01:00
|
|
|
BDEPEND="
|
2020-10-24 19:46:46 +02:00
|
|
|
dev-python/matplotlib[${PYTHON_USEDEP}]
|
|
|
|
dev-python/numpy[${PYTHON_USEDEP}]
|
|
|
|
dev-python/scipy[${PYTHON_USEDEP}]
|
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|