blob: fac848af930665557c35d06eb488fd2f5521bb18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-control
pkgdesc = Implements basic operations for analysis and design of feedback control systems in Python
pkgver = 0.10.1
pkgrel = 1
url = https://github.com/python-control/python-control
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-timeout
checkdepends = python-ruff
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python>=3.10
depends = python-numpy>=1.23
depends = python-scipy>=1.8
depends = python-matplotlib>=3.6
optdepends = python-slycot
optdepends = python-slycot>=0.4.0
optdepends = python-cvxopt>=1.2.0
options = staticlibs
source = https://files.pythonhosted.org/packages/source/c/control/control-0.10.1.tar.gz
md5sums = 740459809604c801a4b1dabbdd97b202
pkgname = python-control
|