[arch-commits] Commit in python-ipyparallel/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat May 14 07:47:58 UTC 2022
Date: Saturday, May 14, 2022 @ 07:47:57
Author: arojas
Revision: 1203275
Update to 8.3.0
Modified:
python-ipyparallel/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-14 07:14:36 UTC (rev 1203274)
+++ PKGBUILD 2022-05-14 07:47:57 UTC (rev 1203275)
@@ -5,7 +5,7 @@
pkgname=python-ipyparallel
_pyname=${pkgname#python-}
-pkgver=8.2.1
+pkgver=8.3.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-wheel)
-checkdepends=(python-pytest-tornado python-tqdm)
+makedepends=(python-build python-installer python-flit-core)
+checkdepends=(python-pytest-tornado python-pytest-asyncio python-tqdm)
optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
-sha256sums=('f267473c52fc6a886c6b816adb155bec0b277bc7d224fb3fabeb83834e733c72')
+sha256sums=('275d6d0c89c812679f0addc6a399bd75384bdf199ade12922d2ab3e2f7a99dc1')
build() {
cd $_pyname-$pkgver
@@ -26,7 +26,9 @@
check() {
cd $_pyname-$pkgver
- pytest -v
+ python -m installer --destdir=test_install dist/*.whl
+ PYTHONPATH="$PWD"/test_install/`python -c "from sysconfig import get_path; print(get_path('platlib'))"` \
+ pytest -v -k 'not test_local_ip_true_doesnt_trigger_warning' -W ignore::DeprecationWarning
}
package() {
More information about the arch-commits
mailing list