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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 16 09:08:42 UTC 2022


    Date: Thursday, June 16, 2022 @ 09:08:42
  Author: arojas
Revision: 1238085

Update to 8.4.0

Modified:
  python-ipyparallel/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 06:57:39 UTC (rev 1238084)
+++ PKGBUILD	2022-06-16 09:08:42 UTC (rev 1238085)
@@ -5,7 +5,7 @@
 
 pkgname=python-ipyparallel
 _pyname=${pkgname#python-}
-pkgver=8.3.0
+pkgver=8.4.0
 pkgrel=1
 pkgdesc='Interactive Parallel Computing in Python'
 url='https://pypi.org/project/ipyparallel/'
@@ -13,10 +13,10 @@
 license=(BSD)
 source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
 depends=(jupyterlab python-psutil)
-makedepends=(python-build python-installer python-flit-core)
+makedepends=(python-build python-installer python-hatchling)
 checkdepends=(python-pytest-tornado python-pytest-asyncio python-tqdm)
 optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
-sha256sums=('275d6d0c89c812679f0addc6a399bd75384bdf199ade12922d2ab3e2f7a99dc1')
+sha256sums=('25e636f2b596d16931e16a49d8b9dfa37fbd3eb7e98a6a5ce889ef4e324021ff')
 
 build() {
   cd $_pyname-$pkgver



More information about the arch-commits mailing list