* update python-ipykernel to 6.25.0-1

This commit is contained in:
Alexander Baldeck 2023-08-11 11:17:47 +02:00
parent 0d5f523493
commit 5b78f93689

View File

@ -4,17 +4,18 @@
_pyname=ipykernel
pkgname=python-$_pyname
pkgver=6.22.0
pkgrel=3
pkgver=6.25.0
pkgrel=1
pkgdesc='The ipython kernel for Jupyter'
arch=(any)
url='https://pypi.org/project/ipykernel/'
license=(BSD)
depends=(python-comm python-tornado ipython python-jupyter-client python-debugpy python-psutil python-nest-asyncio)
depends=(python-comm python-tornado ipython python-jupyter-client python-psutil python-nest-asyncio)
makedepends=(python-build python-installer python-hatchling)
checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky python-ipyparallel python-matplotlib)
checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky python-ipyparallel python-matplotlib python-debugpy)
optdepends=('python-debugpy: debugger support')
source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('0dd26e55f9a975e58049e1f4f2ea4306a98deb748cb4d25cac774597aa3a1546')
sha256sums=('50b2fd4d66fd6351ff0267f55e9b31bb2235f736be083d18e6839a5775b556d1')
build() {
cd $_pyname-$pkgver