19 lines
701 B
Bash
19 lines
701 B
Bash
# Template file for 'python3-scikit-learn'
|
|
pkgname=python3-scikit-learn
|
|
version=0.22.1
|
|
revision=1
|
|
wrksrc="scikit-learn-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel python3-numpy python3-scipy python3-joblib"
|
|
depends="python3-numpy python3-scipy python3-joblib"
|
|
short_desc="Python3 modules for machine learning and data mining"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://scikit-learn.org/"
|
|
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
|
checksum=7132d376a5cb605847022724e9a5dd294bd7c8a988e686b954fdeb00e24fe302
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|