diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template new file mode 100644 index 00000000000..e3de60a8cc5 --- /dev/null +++ b/srcpkgs/python3-joblib/template @@ -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 " +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 +}