New package: python3-ipyparallel-8.4.1
This commit is contained in:
parent
335f10c738
commit
49f6a0ecd2
|
@ -0,0 +1,12 @@
|
|||
IPython Parallel installs just fine without jupyterlab, and the Void package
|
||||
will add some version conflicts that prevent building.
|
||||
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,6 +1,5 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
- "jupyterlab>=3.0.0,==3.*",
|
||||
"hatchling>=0.25"
|
||||
]
|
||||
build-backend = "hatchling.build"
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'python3-ipyparallel'
|
||||
pkgname=python3-ipyparallel
|
||||
version=8.4.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3-entrypoints python3-decorator python3-pyzmq python3-traitlets
|
||||
python3-ipython python3-jupyter_client python3-ipython_ipykernel
|
||||
python3-tornado python3-psutil python3-dateutil python3-tqdm"
|
||||
short_desc="Interactive parallel computing in Python"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://ipyparallel.readthedocs.io/"
|
||||
changelog="https://ipyparallel.readthedocs.io/en/latest/changelog.html"
|
||||
distfiles="${PYPI_SITE}/i/ipyparallel/ipyparallel-${version}.tar.gz"
|
||||
checksum=670bbe05755381742e1ea01177dc428ff8f3e94af1f0d5642c9d19f37ca8289b
|
||||
# Too many tests fail with a "local" cluster type
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.md
|
||||
mv "${DESTDIR}/usr/etc" "${DESTDIR}/etc"
|
||||
}
|
Loading…
Reference in New Issue