python-jupyter_notebook: update to 5.6.0
This commit is contained in:
parent
83de59034a
commit
af602e2683
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jupyter_notebook'
|
||||
pkgname=python-jupyter_notebook
|
||||
version=5.5.0
|
||||
version=5.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="notebook-${version}"
|
||||
|
@ -10,13 +10,13 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python-Jinja2 python-terminado python-tornado
|
||||
python-ipython_genutils python-traitlets python-jupyter_core
|
||||
python-jupyter_client python-jupyter_nbformat python-jupyter_nbconvert
|
||||
python-ipython_ipykernel python-send2trash mathjax"
|
||||
python-ipython_ipykernel python-send2trash python-prometheus_client mathjax"
|
||||
short_desc="Jupyter interactive notebook (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/jupyter/notebook"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
|
||||
checksum=fa915c231e64a30d19cc2c70ccab6444cbaa93e44e92b5f8233dd9147ad0e664
|
||||
checksum=e2c8e931cc19db4f8c63e6a396efbc13a228b2cb5b2919df011b946f28239a08
|
||||
|
||||
alternatives="
|
||||
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook2
|
||||
|
@ -43,7 +43,7 @@ python3-jupyter_notebook_package() {
|
|||
depends="python3-Jinja2 python3-terminado python3-tornado
|
||||
python3-ipython_genutils python3-traitlets python3-jupyter_core
|
||||
python3-jupyter_client python3-jupyter_nbformat python3-jupyter_nbconvert
|
||||
python3-ipython_ipykernel python3-send2trash mathjax"
|
||||
python3-ipython_ipykernel python3-send2trash python3-prometheus_client mathjax"
|
||||
pycompile_module="notebook"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue