python-jupyter_notebook: update to 5.1.0
This commit is contained in:
parent
3783b75a96
commit
44103eec0b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-jupyter_notebook'
|
||||
pkgname=python-jupyter_notebook
|
||||
version=5.0.0
|
||||
revision=2
|
||||
version=5.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="notebook-${version}"
|
||||
build_style=python-module
|
||||
|
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/jupyter/notebook"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
|
||||
checksum=1cea3bbbd03c8e5842a1403347a8cc8134486b3ce081a2e5b1952a00ea66ed54
|
||||
checksum=c35fccb55250688303f6ef35c3870f6f5a8df885ff4d9e5cfe1176a87be7fdda
|
||||
|
||||
alternatives="
|
||||
jupyter-notebook:jupyter-notebook:/usr/bin/jupyter-notebook2
|
||||
|
@ -24,10 +24,6 @@ alternatives="
|
|||
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() {
|
||||
vlicense COPYING.md LICENSE
|
||||
# use system mathjax
|
||||
|
|
Loading…
Reference in New Issue