python3-jupyter_core: update to 4.6.3.
This commit is contained in:
parent
8ce799d9c8
commit
b7d358ed81
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-jupyter_core'
|
||||
pkgname=python3-jupyter_core
|
||||
version=4.4.0
|
||||
revision=4
|
||||
version=4.6.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="jupyter_core-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -14,13 +14,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://jupyter.org"
|
||||
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
|
||||
checksum=ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7
|
||||
checksum=394fd5dd787e7c8861741880bdf8a00ce39f95de5d18e579c74b882522219e7e
|
||||
conflicts="python-jupyter_core<=4.4.0_3"
|
||||
|
||||
do_check() {
|
||||
# Those 2 test cases will be fixed in 4.6.3
|
||||
PYTHONPATH=$(pwd)/build/lib py.test -k \
|
||||
'not test_not_on_path and not test_path_priority'
|
||||
PYTHONPATH=$(pwd)/build/lib py.test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*a* *b* *rc*"
|
Loading…
Reference in New Issue