[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Mon Aug 19 19:05:10 UTC 2019
Date: Monday, August 19, 2019 @ 19:05:10
Author: aginiewicz
Revision: 500212
upgpkg: python-scikit-learn 0.21.3-1
python-scikit-learn: new upstream release
Modified:
python-scikit-learn/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-19 18:54:53 UTC (rev 500211)
+++ PKGBUILD 2019-08-19 19:05:10 UTC (rev 500212)
@@ -1,8 +1,8 @@
# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
pkgname='python-scikit-learn'
-pkgver=0.21.2
-pkgrel=2
+pkgver=0.21.3
+pkgrel=1
pkgdesc="A set of python modules for machine learning and data mining"
arch=('x86_64')
url="http://scikit-learn.sourceforge.net/"
@@ -9,11 +9,11 @@
license=('BSD')
depends=('python-scipy' 'python-joblib')
optdepends=('python-matplotlib: for examples with plotting')
-makedepends=('python-setuptools' 'cython')
+makedepends=('python-setuptools' 'cython' 'openmp')
options=(!emptydirs)
source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz")
-sha256sums=('4f6af7ef3a189aa963ad2731cea9f17863dd819dbf0dd7568ab4946566d76c24')
+sha256sums=('260f66e9c643207fe8cfe0995242060fdb14137b5e69a8dd273ac463b7e9426b')
build() {
cd "$srcdir"/scikit-learn-$pkgver
More information about the arch-commits
mailing list