24 lines
894 B
Bash
24 lines
894 B
Bash
# 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"
|
|
}
|