# Template file for 'python3-joblib' pkgname=python3-joblib version=1.0.1 revision=4 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3 python3-psutil $(vopt_if array python3-numpy) $(vopt_if compression python3-lz4)" short_desc="Lightweight pipelining in Python" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://joblib.readthedocs.io/" distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz" checksum=c930c58f0deacd22c525a64c4ba937b521dcb77493d5887b75bb4d204aa61a26 make_check=extended build_options="array compression" build_options_default="array compression" post_install() { vlicense LICENSE.txt }