parent
0588248639
commit
29471deeab
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-joblib'
|
# Template file for 'python3-joblib'
|
||||||
pkgname=python3-joblib
|
pkgname=python3-joblib
|
||||||
version=0.15.1
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="joblib-${version}"
|
wrksrc="joblib-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Lightweight pipelining in Python"
|
short_desc="Lightweight pipelining in Python"
|
||||||
maintainer="Neel Chotai <neel@chot.ai>"
|
maintainer="Neel Chotai <neel@chot.ai>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://joblib.readthedocs.io/"
|
homepage="https://joblib.readthedocs.io/"
|
||||||
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
|
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
|
||||||
checksum=b190265912e1e51a7210b115e6bd995df5bab004e793c1824600c36c476e5344
|
checksum=172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue