python3-jupyter_console: update to 6.4.4

This commit is contained in:
dkwo 2022-03-11 18:30:45 +01:00 committed by Andrew J. Hesford
parent b43a056aa2
commit 28a6e1c799
1 changed files with 5 additions and 5 deletions

View File

@ -1,23 +1,23 @@
# Template file for 'python3-jupyter_console' # Template file for 'python3-jupyter_console'
pkgname=python3-jupyter_console pkgname=python3-jupyter_console
version=6.4.0 version=6.4.4
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
python3-prompt_toolkit python3-Pygments" python3-prompt_toolkit python3-Pygments python3-traitlets"
checkdepends="$depends python3-pytest" checkdepends="$depends python3-pytest"
short_desc="Jupyter terminal console (Python3)" short_desc="Jupyter terminal console (Python3)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/jupyter/jupyter_console" homepage="https://github.com/jupyter/jupyter_console"
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz" distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
checksum=242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7 checksum=172f5335e31d600df61613a97b7f0352f2c8250bbd1092ef2d658f77249f89fb
# alternatives will be a conflict # 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 # Tests fail because stdin is not a terminal
make_check=no make_check=no
post_install() { post_install() {
vlicense COPYING.md LICENSE vlicense LICENSE
} }