diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template index 5ea2d7590db..5ff84acef13 100644 --- a/srcpkgs/python3-joblib/template +++ b/srcpkgs/python3-joblib/template @@ -1,24 +1,26 @@ # Template file for 'python3-joblib' pkgname=python3-joblib -version=1.0.1 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" +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 -$(vopt_if array python3-numpy) -$(vopt_if compression python3-lz4)" +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 " license="BSD-3-Clause" homepage="https://joblib.readthedocs.io/" distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz" -checksum=c930c58f0deacd22c525a64c4ba937b521dcb77493d5887b75bb4d204aa61a26 +checksum=1d95f5f3ab303be89aa4666956bf05a589f56e52c29b836267c8e3885223ff90 make_check=extended -build_options="array compression" -build_options_default="array compression" - post_install() { vlicense LICENSE.txt }