python-ipykernel: update to 6.21.2

This commit is contained in:
Mehdi Chinoune
2023-02-13 18:26:27 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 6dff7b211a
commit 7ea8af00eb

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.21.1
pkgver=6.21.2
pkgrel=1
pkgdesc="The ipython kernel for Jupyter (mingw-w64)"
arch=('any')
@@ -31,7 +31,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-mock"
"${MINGW_PACKAGE_PREFIX}-python-nose")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/${_realname}/archive/v${pkgver}.tar.gz")
sha256sums=('eb4ecb38efbe19845420c550dbe8db27dea25d370a50218eb9c27f0dc8e4ee39')
sha256sums=('b078f93f8b9abf61deda232f5e16953c0d386af4b6b165d5c583167ac703f0f7')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"