New package: python3-joblib-0.14.0

This commit is contained in:
Neel 2019-11-29 13:56:29 +00:00 committed by Helmut Pozimski
parent a1f6caf93c
commit fc67d9d45c
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}