void-packages/srcpkgs/python3-joblib/template

20 lines
561 B
Bash

# Template file for 'python3-joblib'
pkgname=python3-joblib
version=0.17.0
revision=2
wrksrc="joblib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
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
post_install() {
vlicense LICENSE.txt
}