python3-joblib: update to 1.0.1
This commit is contained in:
parent
cc74502a8a
commit
ea56d71244
1 changed files with 10 additions and 4 deletions
|
@ -1,18 +1,24 @@
|
|||
# Template file for 'python3-joblib'
|
||||
pkgname=python3-joblib
|
||||
version=0.17.0
|
||||
revision=2
|
||||
version=1.0.1
|
||||
revision=1
|
||||
wrksrc="joblib-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
depends="python3 python3-psutil
|
||||
$(vopt_if array python3-numpy)
|
||||
$(vopt_if compression python3-lz4)"
|
||||
short_desc="Lightweight pipelining in Python"
|
||||
maintainer="Neel Chotai <neel@chot.ai>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://joblib.readthedocs.io/"
|
||||
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
|
||||
checksum=6dd8d75808624ac60434a3c6de4623dc49e4f9f3332501b467c36b0fbfdd54c9
|
||||
checksum=c930c58f0deacd22c525a64c4ba937b521dcb77493d5887b75bb4d204aa61a26
|
||||
make_check=extended
|
||||
|
||||
build_options="array compression"
|
||||
build_options_default="array compression"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue