19 lines
543 B
Bash
19 lines
543 B
Bash
# Template file for 'python3-joblib'
|
|
pkgname=python3-joblib
|
|
version=0.15.1
|
|
revision=1
|
|
wrksrc="joblib-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
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=b190265912e1e51a7210b115e6bd995df5bab004e793c1824600c36c476e5344
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|