void-packages/srcpkgs/python3-jupyter_core/template
Andrew J. Hesford 2b5e796d2f python3-jupyter_core: rebuild for Python 3.9, drop noarch, split python3-jupyter
A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
2020-10-10 10:21:22 -04:00

25 lines
778 B
Bash

# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=4.6.3
revision=2
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
conflicts="python-jupyter_core<=4.4.0_3"
do_check() {
PYTHONPATH=$(pwd)/build/lib py.test
}
post_install() {
vlicense COPYING.md LICENSE
}