python-scikit-learn: update to 0.20.4.
This commit is contained in:
parent
ebacf1c024
commit
6648bea456
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-scikit-learn'
|
# Template file for 'python-scikit-learn'
|
||||||
pkgname=python-scikit-learn
|
pkgname=python-scikit-learn
|
||||||
version=0.20.2
|
version=0.20.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="scikit-learn-${version}"
|
wrksrc="scikit-learn-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="sklearn"
|
pycompile_module="sklearn"
|
||||||
|
@ -10,10 +10,10 @@ makedepends="python-devel python3-devel python-scipy python3-scipy"
|
||||||
depends="python-scipy"
|
depends="python-scipy"
|
||||||
short_desc="Python2 modules for machine learning and data mining"
|
short_desc="Python2 modules for machine learning and data mining"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://scikit-learn.org/"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://scikit-learn.org/"
|
||||||
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=a5df291430f7b2d4e1b0d95680d49f170f28e37cf6594c0b7fc5e4f17330d0b0
|
checksum=1ec7a8dbf45fec730afaf6c783a797f9863fefc1225735ac4ce4706cc5857415
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue