diff --git a/dev-python/control/Manifest b/dev-python/control/Manifest index 77b0212..417d162 100644 --- a/dev-python/control/Manifest +++ b/dev-python/control/Manifest @@ -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 diff --git a/dev-python/control/control-0.9.3_p2.ebuild b/dev-python/control/control-0.9.4.ebuild similarity index 80% rename from dev-python/control/control-0.9.3_p2.ebuild rename to dev-python/control/control-0.9.4.ebuild index 159bc04..ff05306 100644 --- a/dev-python/control/control-0.9.3_p2.ebuild +++ b/dev-python/control/control-0.9.4.ebuild @@ -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}]