python3-joblib: update to 1.0.1

This commit is contained in:
Neel Chotai 2020-12-29 20:43:09 +00:00 committed by Érico Nogueira Rolim
parent cc74502a8a
commit ea56d71244

View file

@ -1,18 +1,24 @@
# Template file for 'python3-joblib' # Template file for 'python3-joblib'
pkgname=python3-joblib pkgname=python3-joblib
version=0.17.0 version=1.0.1
revision=2 revision=1
wrksrc="joblib-${version}" wrksrc="joblib-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" 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" short_desc="Lightweight pipelining in Python"
maintainer="Neel Chotai <neel@chot.ai>" maintainer="Neel Chotai <neel@chot.ai>"
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=6dd8d75808624ac60434a3c6de4623dc49e4f9f3332501b467c36b0fbfdd54c9 checksum=c930c58f0deacd22c525a64c4ba937b521dcb77493d5887b75bb4d204aa61a26
make_check=extended
build_options="array compression"
build_options_default="array compression"
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt