[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jul 15 19:10:21 UTC 2014


    Date: Tuesday, July 15, 2014 @ 21:10:21
  Author: aginiewicz
Revision: 115745

upgpkg: python-scikit-learn 0.15.0-1

update python-scikit-learn

Modified:
  python-scikit-learn/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-15 16:26:51 UTC (rev 115744)
+++ PKGBUILD	2014-07-15 19:10:21 UTC (rev 115745)
@@ -3,18 +3,18 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('i686' 'x86_64')
 url="http://scikit-learn.sourceforge.net/"
 license=('BSD')
-makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 'python-setuptools' 'cython')
+makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 'python-setuptools')
 options=(!emptydirs)
 
 source=("http://downloads.sourceforge.net/project/scikit-learn/scikit-learn-${pkgver}.tar.gz" 
         "LICENSE")
-md5sums=('790ad23547bb7f428060636628e13491'
+md5sums=('4e04f416f5d4dfb7a17e1b1d9acc2b0b'
          '327083d2576cc0aad1b8f10b2bcd2974')
 
 build() {
@@ -27,8 +27,6 @@
 
   msg "Building Python3"
   cd "$srcdir"/scikit-learn-$pkgver
-  # Regenerate _k_means.c using newer cython to fix python 3.4 compile error
-  cython sklearn/cluster/_k_means.pyx
   python setup.py build
 }
 




More information about the arch-commits mailing list