mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-joblib: update to 1.4.2.
This commit is contained in:
parent
ebc42e1f35
commit
6e13519dd3
1 changed files with 13 additions and 11 deletions
|
@ -1,24 +1,26 @@
|
||||||
# Template file for 'python3-joblib'
|
# Template file for 'python3-joblib'
|
||||||
pkgname=python3-joblib
|
pkgname=python3-joblib
|
||||||
version=1.0.1
|
version=1.4.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
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"
|
makedepends="python3-devel"
|
||||||
depends="python3 python3-psutil
|
depends="python3 python3-psutil python3-numpy python3-lz4"
|
||||||
$(vopt_if array python3-numpy)
|
checkdepends="${depends} python3-threadpoolctl python3-pytest-asyncio
|
||||||
$(vopt_if compression python3-lz4)"
|
python3-pytest-timeout"
|
||||||
short_desc="Lightweight pipelining in Python"
|
short_desc="Lightweight pipelining in Python"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://joblib.readthedocs.io/"
|
homepage="https://joblib.readthedocs.io/"
|
||||||
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
|
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
|
||||||
checksum=c930c58f0deacd22c525a64c4ba937b521dcb77493d5887b75bb4d204aa61a26
|
checksum=1d95f5f3ab303be89aa4666956bf05a589f56e52c29b836267c8e3885223ff90
|
||||||
make_check=extended
|
make_check=extended
|
||||||
|
|
||||||
build_options="array compression"
|
|
||||||
build_options_default="array compression"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue