22 lines
686 B
Bash
22 lines
686 B
Bash
# Template file for 'python3-jupyter_core'
|
|
pkgname=python3-jupyter_core
|
|
version=4.7.1
|
|
revision=2
|
|
wrksrc="jupyter_core-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-traitlets"
|
|
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=79025cb3225efcd36847d0840f3fc672c0abd7afd0de83ba8a1d3837619122b4
|
|
conflicts="python-jupyter_core<=4.4.0_3"
|
|
# checks create a cycle with python3-jypter_client and python3-ipython_ipykernel
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense COPYING.md LICENSE
|
|
}
|