New package: python3-joblib-0.14.0
This commit is contained in:
parent
a1f6caf93c
commit
fc67d9d45c
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue