dev-python/control: Bump to 0.9.3_p2 a.k.a. 0.9.3.post2
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
4aaeae510e
commit
7a3fd0c7c5
@ -1 +1 @@
|
|||||||
DIST control-0.9.2.tar.gz 398165 BLAKE2B 839c3adc1cf5cee80ee1fdc29c8102fdd0acb8a03dc27d8f56ec4e23bc2aac2a8d59282a4e15064c5277f9fc124b437b5dd2b7992e0ea0d8351697d8a919f486 SHA512 a8a038305577c9c2c56255a0bb607013608714f0d78d12a7d9b40bab531a33c336323a110f811f564fa7c64e857cfbcc4788c3d29765f5faf5f2dff4a66a7f2c
|
DIST control-0.9.3.post2.tar.gz 3912196 BLAKE2B 95163ab8e877006a6ce9e6d647ad3096ce73ec950b8c8db142f0c41a01e95b5b27536e846605e83536f217cfc1603b65d64e453defc36e992f9cc04513d8b45b SHA512 eb3b27b17723a9de39ce1841ef18571cef3a33b8642652c61b2fbe3bfb6aa6e790b61aa29108e7d09548d5b5a507dfc787f6449db92d7d5aa8e0c169f5eaf13e
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2020-2022 Gentoo Authors
|
# Copyright 2020-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
@ -6,16 +6,19 @@ EAPI="8"
|
|||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
# Hard-code the version for upstream's weird 0.9.3_post2 release.
|
||||||
|
MY_PV="0.9.3.post2"
|
||||||
|
|
||||||
DESCRIPTION="Python Control Systems Library"
|
DESCRIPTION="Python Control Systems Library"
|
||||||
HOMEPAGE="https://python-control.readthedocs.io/ https://pypi.org/project/control/"
|
HOMEPAGE="https://python-control.readthedocs.io/ https://pypi.org/project/control/"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
# Tests need nose which is getting cleaned from main tree.
|
# Tests need nose which is getting cleaned from main tree.
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
dev-python/matplotlib[${PYTHON_USEDEP}]
|
Loading…
x
Reference in New Issue
Block a user