mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-python/qtconsole: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
29f637c41d
commit
8d908f3dcd
@ -4,14 +4,14 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{11..13} )
|
PYTHON_COMPAT=( python3_{11..14} )
|
||||||
PYTHON_REQ_USE="threads(+)"
|
PYTHON_REQ_USE="threads(+)"
|
||||||
|
|
||||||
inherit distutils-r1 pypi virtualx
|
inherit distutils-r1 pypi virtualx
|
||||||
|
|
||||||
DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
|
DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://spyder-ide.org/
|
https://www.spyder-ide.org/
|
||||||
https://github.com/spyder-ide/qtconsole/
|
https://github.com/spyder-ide/qtconsole/
|
||||||
https://pypi.org/project/qtconsole/
|
https://pypi.org/project/qtconsole/
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user