void-packages/srcpkgs/python3-joblib/template
2019-12-23 18:05:09 +01:00

19 lines
569 B
Bash

# Template file for 'python3-joblib'
pkgname=python3-joblib
version=0.14.1
revision=2
wrksrc="joblib-${version}"
build_style=python3-module
pycompile_module="joblib"
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=9cf07185bd8c778b2515f76b19a04af4979d417356e330fd90edebf8cfd29793
post_install() {
vlicense LICENSE.txt
}