mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jupyter_qtconsole: update to 5.4.4, adopt.
This commit is contained in:
parent
33e65e174c
commit
6d466c1c95
1 changed files with 7 additions and 11 deletions
|
@ -1,26 +1,22 @@
|
||||||
# Template file for 'python3-jupyter_qtconsole'
|
# Template file for 'python3-jupyter_qtconsole'
|
||||||
pkgname=python3-jupyter_qtconsole
|
pkgname=python3-jupyter_qtconsole
|
||||||
version=4.7.1
|
version=5.4.4
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-traitlets python3-jupyter_core python3-jupyter_client
|
depends="python3-traitlets python3-jupyter_core python3-jupyter_client
|
||||||
python3-Pygments python3-ipython_ipykernel python3-ipython_genutils
|
python3-Pygments python3-ipython_ipykernel python3-ipython_genutils
|
||||||
python3-PyQt5-svg python3-QtPy"
|
python3-PyQt5-svg python3-QtPy"
|
||||||
checkdepends="$depends python3-pytest-qt python3-flaky"
|
checkdepends="$depends python3-pytest-qt python3-flaky"
|
||||||
short_desc="Jupyter Qt console"
|
short_desc="Jupyter Qt console"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/qtconsole"
|
homepage="https://github.com/jupyter/qtconsole"
|
||||||
|
changelog="https://raw.githubusercontent.com/jupyter/qtconsole/master/docs/source/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/q/qtconsole/qtconsole-${version}.tar.gz"
|
||||||
checksum=d51c1c51c81fbd1fac62b2d4bdc8b54fb6b7cbe6cbf70c3baeea11516525c956
|
checksum=b7ffb53d74f23cee29f4cdb55dd6fabc8ec312d94f3c46ba38e1dde458693dfb
|
||||||
conflicts="python-jupyter_qtconsole<=4.4.3_2"
|
conflicts="python-jupyter_qtconsole<=4.4.3_2"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# flaky test
|
|
||||||
pytest -k 'not test_frontend_to_kernel'
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue