mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jupyter_console: update to 6.6.3, adopt.
This commit is contained in:
parent
2d06efa5f6
commit
33e65e174c
1 changed files with 19 additions and 12 deletions
|
@ -1,22 +1,29 @@
|
||||||
# Template file for 'python3-jupyter_console'
|
# Template file for 'python3-jupyter_console'
|
||||||
pkgname=python3-jupyter_console
|
pkgname=python3-jupyter_console
|
||||||
version=6.4.4
|
version=6.6.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
|
depends="python3-ipython_ipykernel python3-ipython python3-jupyter_client
|
||||||
python3-prompt_toolkit python3-Pygments python3-traitlets"
|
python3-jupyter_core python3-prompt_toolkit python3-Pygments python3-pyzmq
|
||||||
checkdepends="$depends python3-pytest"
|
python3-traitlets"
|
||||||
|
checkdepends="$depends python3-pytest python3-flaky"
|
||||||
short_desc="Jupyter terminal console (Python3)"
|
short_desc="Jupyter terminal console (Python3)"
|
||||||
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/jupyter_console"
|
homepage="https://github.com/jupyter/jupyter_console"
|
||||||
|
changelog="https://raw.githubusercontent.com/jupyter/jupyter_console/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
|
||||||
checksum=172f5335e31d600df61613a97b7f0352f2c8250bbd1092ef2d658f77249f89fb
|
checksum=566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539
|
||||||
# alternatives will be a conflict
|
|
||||||
conflicts="python-jupyter_console<=6.0.0_2"
|
conflicts="python-jupyter_console<=6.0.0_2"
|
||||||
# Tests fail because stdin is not a terminal
|
|
||||||
make_check=no
|
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||||
|
# these two tests are flaky on CI, even with @flaky sometimes fail
|
||||||
|
make_check_args="
|
||||||
|
--deselect=jupyter_console/tests/test_console.py::test_console_starts
|
||||||
|
--deselect=jupyter_console/tests/test_console.py::test_display_text
|
||||||
|
"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue