python-scikit-learn: update to 0.20.0
This commit is contained in:
parent
08829fb0ad
commit
2a0a1a36c4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-scikit-learn'
|
# Template file for 'python-scikit-learn'
|
||||||
pkgname=python-scikit-learn
|
pkgname=python-scikit-learn
|
||||||
version=0.19.2
|
version=0.20.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="scikit-learn-${version}"
|
wrksrc="scikit-learn-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,10 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://scikit-learn.org/"
|
homepage="http://scikit-learn.org/"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
||||||
checksum=3024e3dc85ca8b26de33c2c5aec7c7a5f1f4a750463cb1378f1c61b4dc28ec58
|
checksum=3ca2993acf49c43fc6376912d43714cbee14e14c1d578f5bf422053eda19c206
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-scikit-learn_package() {
|
python3-scikit-learn_package() {
|
||||||
|
@ -25,6 +25,6 @@ python3-scikit-learn_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user