[arch-commits] Commit in python-ipyparallel/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 2 09:06:02 UTC 2022


    Date: Saturday, April 2, 2022 @ 09:06:01
  Author: arojas
Revision: 1180772

archrelease: copy trunk to community-any

Added:
  python-ipyparallel/repos/community-any/PKGBUILD
    (from rev 1180771, python-ipyparallel/trunk/PKGBUILD)
Deleted:
  python-ipyparallel/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 09:05:46 UTC (rev 1180771)
+++ PKGBUILD	2022-04-02 09:06:01 UTC (rev 1180772)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
-# Contributor: Specter119 <specter119 AT gmail DOT com>
-# Contributor: xantares
-
-pkgname=python-ipyparallel
-_pyname=${pkgname#python-}
-pkgver=8.2.0
-pkgrel=2
-pkgdesc='Interactive Parallel Computing in Python'
-url='https://pypi.org/project/ipyparallel/'
-arch=(any)
-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)
-optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
-sha256sums=('0fd9f64a5120980a89b64299806c12bb8df8ceea155e5200b705301eb2401e19')
-
-build() {
-  cd $_pyname-$pkgver
-  IPP_DISABLE_JS=1 \
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pyname-$pkgver
-#  pytest
-}
-
-package() {
-  cd $_pyname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/{usr/,}etc
-}

Copied: python-ipyparallel/repos/community-any/PKGBUILD (from rev 1180771, python-ipyparallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-02 09:06:01 UTC (rev 1180772)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
+# Contributor: Specter119 <specter119 AT gmail DOT com>
+# Contributor: xantares
+
+pkgname=python-ipyparallel
+_pyname=${pkgname#python-}
+pkgver=8.2.1
+pkgrel=1
+pkgdesc='Interactive Parallel Computing in Python'
+url='https://pypi.org/project/ipyparallel/'
+arch=(any)
+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)
+optdepends=('openmpi: to use the MPI Launchers in ipcluster command')
+sha256sums=('f267473c52fc6a886c6b816adb155bec0b277bc7d224fb3fabeb83834e733c72')
+
+build() {
+  cd $_pyname-$pkgver
+  IPP_DISABLE_JS=1 \
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pyname-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  mv "$pkgdir"/{usr/,}etc
+}



More information about the arch-commits mailing list