python-jupyter_notebook: update to 5.0.0
This commit is contained in:
parent
dc04dae2fc
commit
f56b3e0d75
1 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-jupyter_notebook'
|
# Template file for 'python-jupyter_notebook'
|
||||||
pkgname=python-jupyter_notebook
|
pkgname=python-jupyter_notebook
|
||||||
version=4.4.1
|
version=5.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="notebook-${version}"
|
wrksrc="notebook-${version}"
|
||||||
|
@ -16,13 +16,18 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jupyter/notebook"
|
homepage="https://github.com/jupyter/notebook"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
|
||||||
checksum=dfadef2babd7c04c6c257df7d07d7ba587e503dbb4e4c95305f9a95b8d3a9765
|
checksum=1cea3bbbd03c8e5842a1403347a8cc8134486b3ce081a2e5b1952a00ea66ed54
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook2
|
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook2
|
||||||
jupyter-notebook:jupyter-nbextension:/usr/bin/jupyter-nbextension2
|
jupyter-notebook:jupyter-nbextension:/usr/bin/jupyter-nbextension2
|
||||||
jupyter-notebook:jupyter-serverextension:/usr/bin/jupyter-serverextension2"
|
jupyter-notebook:jupyter-serverextension:/usr/bin/jupyter-serverextension2
|
||||||
|
jupyter-notebook:jupyter-bundlerextension:/usr/bin/jupyter-bundlerextension2"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# remove less-watch script
|
||||||
|
rm -f scripts/less-watch
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
# use system mathjax
|
# use system mathjax
|
||||||
|
@ -36,7 +41,8 @@ python3-jupyter_notebook_package() {
|
||||||
alternatives="
|
alternatives="
|
||||||
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook3
|
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook3
|
||||||
jupyter-notebook:jupyter-nbextension:/usr/bin/jupyter-nbextension3
|
jupyter-notebook:jupyter-nbextension:/usr/bin/jupyter-nbextension3
|
||||||
jupyter-notebook:jupyter-serverextension:/usr/bin/jupyter-serverextension3"
|
jupyter-notebook:jupyter-serverextension:/usr/bin/jupyter-serverextension3
|
||||||
|
jupyter-notebook:jupyter-bundlerextension:/usr/bin/jupyter-bundlerextension3"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="python3.4-jupyter_notebook>=0"
|
replaces="python3.4-jupyter_notebook>=0"
|
||||||
depends="python3-Jinja2 python3-terminado python3-tornado
|
depends="python3-Jinja2 python3-terminado python3-tornado
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue