[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sat Aug 11 17:10:37 UTC 2018
Date: Saturday, August 11, 2018 @ 17:10:36
Author: aginiewicz
Revision: 371158
upgpkg: python-scikit-learn 0.19.2-1
python-scikit-learn: new upstream release
Modified:
python-scikit-learn/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-11 17:03:11 UTC (rev 371157)
+++ PKGBUILD 2018-08-11 17:10:36 UTC (rev 371158)
@@ -3,8 +3,8 @@
pkgbase=python-scikit-learn
pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.19.1
-pkgrel=4
+pkgver=0.19.2
+pkgrel=1
pkgdesc="A set of python modules for machine learning and data mining"
arch=('x86_64')
url="http://scikit-learn.sourceforge.net/"
@@ -12,18 +12,12 @@
makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 'python-setuptools' 'cython' 'cython2')
options=(!emptydirs)
-source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz"
- "10342.patch")
-md5sums=('8fce5acd7d2d12c45d3381bbfa953d61'
- 'd6bcd7551850dc1afb1c872b9b69eb24')
+source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz")
+md5sums=('354d88153e2474174484ec20e350480d')
prepare() {
cd "$srcdir"
- # see https://github.com/scikit-learn/scikit-learn/issues/10342
- # and https://github.com/scikit-learn/scikit-learn/pull/10851
- patch -p 0 < 10342.patch
-
cp -a scikit-learn-$pkgver scikit-learn-py2-$pkgver
cd scikit-learn-py2-$pkgver
More information about the arch-commits
mailing list