python3-jupyter_core: update to 4.7.1
This commit is contained in:
parent
52f4a7b292
commit
78c201d2db
|
@ -1,24 +1,20 @@
|
|||
# Template file for 'python3-jupyter_core'
|
||||
pkgname=python3-jupyter_core
|
||||
version=4.6.3
|
||||
revision=2
|
||||
version=4.7.1
|
||||
revision=1
|
||||
wrksrc="jupyter_core-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-traitlets"
|
||||
checkdepends="$depends python3-pytest python3-six python3-ipython_genutils
|
||||
python3-ipython_ipykernel python3-decorator python3-nose"
|
||||
short_desc="Jupyter core package"
|
||||
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=394fd5dd787e7c8861741880bdf8a00ce39f95de5d18e579c74b882522219e7e
|
||||
checksum=79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4
|
||||
conflicts="python-jupyter_core<=4.4.0_3"
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=$(pwd)/build/lib py.test
|
||||
}
|
||||
# checks create a cycle with python3-jypter_client and python3-ipython_ipykernel
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.md LICENSE
|
||||
|
|
Loading…
Reference in New Issue