dev-python/control: Bump to 0.9.4, drop py 3.10

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-06-11 15:09:38 +02:00
parent e55917909d
commit 99e8942b9b
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
DIST control-0.9.3.post2.tar.gz 3912196 BLAKE2B 95163ab8e877006a6ce9e6d647ad3096ce73ec950b8c8db142f0c41a01e95b5b27536e846605e83536f217cfc1603b65d64e453defc36e992f9cc04513d8b45b SHA512 eb3b27b17723a9de39ce1841ef18571cef3a33b8642652c61b2fbe3bfb6aa6e790b61aa29108e7d09548d5b5a507dfc787f6449db92d7d5aa8e0c169f5eaf13e
DIST control-0.9.4.tar.gz 5972686 BLAKE2B 0d5c47af9a212b242c8b635d4057bee3a4f722e7cfc78cfe3064df633e667c80015e74c1ff5784dd5ce108c31b41159f7174d1f70fe7bff1597c57e09ef64fb3 SHA512 5c56bc3dcb341bbf9eda13d08e5ea9fd484a1c6ff08d077e53f229cfb34daf985dfb35a38f8639c5f04d9bbab713913d7b74aa18a18019fa0471326a560169dc

View File

@ -4,12 +4,9 @@
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1 pypi
# Hard-code the version for upstream's weird 0.9.3_post2 release.
MY_PV="0.9.3.post2"
DESCRIPTION="Python Control Systems Library"
HOMEPAGE="
https://python-control.readthedocs.io/
@ -22,7 +19,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# Tests need nose which is getting cleaned from main tree.
RESTRICT="test"
S="${WORKDIR}/${PN}-${MY_PV}"
BDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]