python-qtconsole: update to 5.5.1

This commit is contained in:
Mehdi Chinoune 2023-12-15 10:58:03 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 5339d3f64f
commit 0d1fe11a47

View File

@ -6,11 +6,12 @@ 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=5.4.4
pkgrel=2
pkgver=5.5.1
pkgrel=1
pkgdesc="A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_repository_url="https://github.com/jupyter/qtconsole"
msys2_references=(
'pypi: qtconsole'
)
@ -31,7 +32,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=(!emptydirs !strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b7ffb53d74f23cee29f4cdb55dd6fabc8ec312d94f3c46ba38e1dde458693dfb')
sha256sums=('a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc')
prepare() {
cd "${srcdir}"