void-packages/srcpkgs/python3-joblib/template

27 lines
953 B
Bash

# Template file for 'python3-joblib'
pkgname=python3-joblib
version=1.4.2
revision=1
build_style=python3-pep517
make_check_args="
--deselect joblib/test/test_disk.py::test_disk_used
--deselect joblib/test/test_memory.py::test_parallel_call_cached_function_defined_in_jupyter
--deselect joblib/test/test_parallel.py::test_main_thread_renamed_no_warning
"
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
depends="python3 python3-psutil python3-numpy python3-lz4"
checkdepends="${depends} python3-threadpoolctl python3-pytest-asyncio
python3-pytest-timeout"
short_desc="Lightweight pipelining in Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://joblib.readthedocs.io/"
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
checksum=1d95f5f3ab303be89aa4666956bf05a589f56e52c29b836267c8e3885223ff90
make_check=extended
post_install() {
vlicense LICENSE.txt
}