[arch-commits] Commit in python-spyder-kernels/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 14:07:53 UTC 2021


    Date: Sunday, October 17, 2021 @ 14:07:52
  Author: archange
Revision: 1030732

upgpkg: python-spyder-kernels 2.1.3-1

Includes fix for FS#70689

Modified:
  python-spyder-kernels/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 13:31:01 UTC (rev 1030731)
+++ PKGBUILD	2021-10-17 14:07:52 UTC (rev 1030732)
@@ -1,9 +1,8 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=2.0.1
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
@@ -30,11 +29,12 @@
     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=('dd97f3a43d6d1a2ff2d58a3b46c57d6edd88fa6c93aad3f4e48dd9054bfd5778')
+sha256sums=('529d75968a3bcfe9c9389c8c703aea116a4d1c100b28f0135217c07186f7024e')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -43,7 +43,7 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  pytest spyder_kernels
+  xvfb-run --auto-servernum pytest spyder_kernels -x -v
 }
 
 package() {



More information about the arch-commits mailing list