python3-jupyter_console: update to 6.1.0.
This commit is contained in:
committed by
Piotr
parent
5bf4decbd7
commit
fa6e2b12db
@@ -1,22 +1,27 @@
|
|||||||
# Template file for 'python3-jupyter_console'
|
# Template file for 'python3-jupyter_console'
|
||||||
pkgname=python3-jupyter_console
|
pkgname=python3-jupyter_console
|
||||||
version=6.0.0
|
version=6.1.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="jupyter_console-${version}"
|
wrksrc="jupyter_console-${version}"
|
||||||
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_toolkit2 python3-Pygments"
|
python3-prompt_toolkit2 python3-Pygments"
|
||||||
|
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=308ce876354924fb6c540b41d5d6d08acfc946984bf0c97777c1ddcb42e0b2f5
|
checksum=6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b
|
||||||
# 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"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
: pytest reports Stdin is not a terminal.
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ignore="*b*"
|
ignore="*a* *b* *rc*"
|
||||||
|
|||||||
Reference in New Issue
Block a user