void-packages/srcpkgs/python3-joblib/template
2019-11-29 15:26:53 +01:00

19 lines
569 B
Bash

# Template file for 'python3-joblib'
pkgname=python3-joblib
version=0.14.0
revision=1
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=9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707
post_install() {
vlicense LICENSE.txt
}