[arch-commits] Commit in python-spyder-kernels/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 22:18:27 UTC 2021
Date: Thursday, December 2, 2021 @ 22:18:27
Author: foutrelis
Revision: 1062779
upgpkg: python-spyder-kernels 2.2.0-1: bump for jupyter_client 7 support
Modified:
python-spyder-kernels/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 22:15:58 UTC (rev 1062778)
+++ PKGBUILD 2021-12-02 22:18:27 UTC (rev 1062779)
@@ -2,8 +2,8 @@
_pkg=spyder-kernels
pkgname=python-${_pkg}
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Jupyter Kernels for the Spyder console"
arch=(any)
url="https://github.com/spyder-ide/spyder-kernels/"
@@ -29,12 +29,11 @@
python-pytest
python-scipy
python-xarray
- xorg-server-xvfb
)
# No tests in pypi tarballs
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('529d75968a3bcfe9c9389c8c703aea116a4d1c100b28f0135217c07186f7024e')
+sha256sums=('d82b216b731743f0f63ad5d74a95b49d0c8d101dd33453384cac4c38ae8bf8e7')
build() {
cd ${_pkg}-${pkgver}
@@ -43,7 +42,7 @@
check() {
cd ${_pkg}-${pkgver}
- xvfb-run --auto-servernum pytest spyder_kernels -x -v
+ pytest -xv spyder_kernels
}
package() {
More information about the arch-commits
mailing list