void-packages/srcpkgs/python3-jupyter_core/template

21 lines
682 B
Bash

# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=5.0.0
revision=2
build_style=python3-pep517
hostmakedepends="python3-flit_core hatchling"
depends="python3-traitlets python3-platformdirs"
short_desc="Jupyter core package"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://jupyter.org"
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
checksum=4ed68b7c606197c7e344a24b7195eef57898157075a69655a886074b6beb7043
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
}