python3-jupyter_core: update to 5.0.0
This commit is contained in:
parent
f63b738410
commit
8ada4de6b7
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'python3-jupyter_core'
|
||||
pkgname=python3-jupyter_core
|
||||
version=4.7.1
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core hatchling"
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue