python3-jupyter_notebook: update to 6.0.3.
This commit is contained in:
parent
ded0de00e5
commit
84881b94fd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-jupyter_notebook'
|
||||
pkgname=python3-jupyter_notebook
|
||||
version=5.7.0
|
||||
revision=3
|
||||
version=6.0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="notebook-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -17,11 +17,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://jupyter.org/"
|
||||
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
|
||||
checksum=b85e4de3d54cf4f14fe1d0515a980ccb49ddd4cdd21250cc0d4fb6374d50b1a7
|
||||
checksum=47a9092975c9e7965ada00b9a20f0cf637d001db60d241d479f53c0be117ad48
|
||||
conflicts="python-jupyter_notebook<=5.7.0_2"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.md LICENSE
|
||||
vlicense LICENSE
|
||||
# use system mathjax
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax
|
||||
ln -sf /usr/share/mathjax ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pkgname=notebook
|
||||
ignore="*a* *b* *rc*"
|
Loading…
Reference in New Issue