[arch-commits] Commit in python-qtconsole/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jan 26 16:59:34 UTC 2022
Date: Wednesday, January 26, 2022 @ 16:59:34
Author: arojas
Revision: 1116065
Update to 5.2.2
Modified:
python-qtconsole/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-26 16:51:52 UTC (rev 1116064)
+++ PKGBUILD 2022-01-26 16:59:34 UTC (rev 1116065)
@@ -3,8 +3,8 @@
_pkgname=qtconsole
pkgname=python-qtconsole
-pkgver=5.2.1
-pkgrel=2
+pkgver=5.2.2
+pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=(any)
url="https://qtconsole.readthedocs.io/"
@@ -22,16 +22,9 @@
)
makedepends=(python-setuptools)
checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
-source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
- ${pkgname}-py3.10.patch::https://github.com/jupyter/qtconsole/pull/513.patch)
-sha256sums=('90e6eedb84f1e3ddc775599d9f14fe7fb68e55f2b849e9006a5c4706f869f7c4'
- '971fc34f2eada8ca6c0d1260dd7c6ce6be1082ae3eab2d31912b125e35eb239c')
+source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('d5cfb4bb2f812301ae75bd856c2bd0adcc52a935567ea72cc8037c7e1972a58a')
-prepare() {
- cd ${_pkgname}-${pkgver}
- patch -p1 < ../${pkgname}-py3.10.patch
-}
-
build() {
cd ${_pkgname}-${pkgver}
python setup.py build
More information about the arch-commits
mailing list