[arch-commits] Commit in python-spyder-kernels/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Jul 29 12:10:04 UTC 2020
Date: Wednesday, July 29, 2020 @ 12:10:04
Author: archange
Revision: 665761
upgpkg: python-spyder-kernels 1.9.3-1
Modified:
python-spyder-kernels/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-29 10:57:47 UTC (rev 665760)
+++ PKGBUILD 2020-07-29 12:10:04 UTC (rev 665761)
@@ -3,7 +3,7 @@
_pkg=spyder-kernels
pkgname=python-${_pkg}
-pkgver=1.9.1
+pkgver=1.9.3
pkgrel=1
pkgdesc="Jupyter Kernels for the Spyder console"
arch=(any)
@@ -19,6 +19,8 @@
)
checkdepends=(
cython
+ python-dask
+ python-distributed
python-flaky
python-matplotlib
python-mock
@@ -31,7 +33,7 @@
# 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=('ed708512d559b9ffc4ad578d9c4db80301f6a0c126bd310c4e677081e09ac2b6')
+sha256sums=('0134723681d1e2d636f45f01d71d6d2001682260b0bb0edf15c674539c318e66')
build() {
cd ${_pkg}-${pkgver}
@@ -46,7 +48,5 @@
package() {
cd ${_pkg}-${pkgver}
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
- # Install license file
install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
}
-
More information about the arch-commits
mailing list