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

Bruno Pagani archange at archlinux.org
Mon May 11 22:01:22 UTC 2020


    Date: Monday, May 11, 2020 @ 22:01:21
  Author: archange
Revision: 626563

upgpkg: python-spyder-kernels 1.9.1-1

Trying again to upgrade.

Modified:
  python-spyder-kernels/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 22:01:12 UTC (rev 626562)
+++ PKGBUILD	2020-05-11 22:01:21 UTC (rev 626563)
@@ -3,8 +3,8 @@
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=0.5.2
-pkgrel=4
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
 url="https://github.com/spyder-ide/spyder-kernels/"
@@ -11,35 +11,28 @@
 license=(MIT)
 makedepends=(python python-setuptools)
 depends=(
+    python-cloudpickle
     python-ipykernel
+    python-jupyter_client
     python-pyzmq
-    python-jupyter_client
-    python-cloudpickle
     python-wurlitzer
 )
 checkdepends=(
+    cython
+    python-flaky
+    python-matplotlib
+    python-mock
     python-numpy
     python-pandas
+    python-pytest
     python-scipy
-    python-pytest
-    python-flaky
-    python-mock
-    cython
-    python-matplotlib
     python-xarray
 )
 # 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
-       spyder-kernels-old-fix-ipython-7.10-test.patch::https://github.com/spyder-ide/spyder-kernels/commit/d8b53db479df3a105ee3b908ef4af34806bcd57d.patch)
-sha256sums=('861b7547ef407e1a02f315a9f54fe55fe21b516e6d40b7be0df524a85baf664e'
-            '7568826e89ab217d6c33f84f0325ce01d9f683a913f5aee9785143a556216c1d')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ed708512d559b9ffc4ad578d9c4db80301f6a0c126bd310c4e677081e09ac2b6')
 
-prepare() {
-  cd ${_pkg}-${pkgver}
-  patch -p1 -i ../spyder-kernels-old-fix-ipython-7.10-test.patch
-}
-
 build() {
   cd ${_pkg}-${pkgver}
   python setup.py build



More information about the arch-commits mailing list