mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-jupyter_core: update to 4.6.3.
This commit is contained in:
parent
8ce799d9c8
commit
b7d358ed81
2 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-jupyter_core'
|
# Template file for 'python3-jupyter_core'
|
||||||
pkgname=python3-jupyter_core
|
pkgname=python3-jupyter_core
|
||||||
version=4.4.0
|
version=4.6.3
|
||||||
revision=4
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="jupyter_core-${version}"
|
wrksrc="jupyter_core-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,13 +14,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://jupyter.org"
|
homepage="https://jupyter.org"
|
||||||
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
|
||||||
checksum=ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7
|
checksum=394fd5dd787e7c8861741880bdf8a00ce39f95de5d18e579c74b882522219e7e
|
||||||
conflicts="python-jupyter_core<=4.4.0_3"
|
conflicts="python-jupyter_core<=4.4.0_3"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Those 2 test cases will be fixed in 4.6.3
|
PYTHONPATH=$(pwd)/build/lib py.test
|
||||||
PYTHONPATH=$(pwd)/build/lib py.test -k \
|
|
||||||
'not test_not_on_path and not test_path_priority'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
1
srcpkgs/python3-jupyter_core/update
Normal file
1
srcpkgs/python3-jupyter_core/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue