[arch-commits] Commit in python-scikit-learn/repos/community-x86_64 (2 files)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Dec 7 11:34:03 UTC 2019


    Date: Saturday, December 7, 2019 @ 11:34:02
  Author: aginiewicz
Revision: 536268

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
    (from rev 536267, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-07 11:33:55 UTC (rev 536267)
+++ PKGBUILD	2019-12-07 11:34:02 UTC (rev 536268)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-scikit-learn'
-pkgver=0.21.3
-pkgrel=3
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/"
-license=('BSD')
-depends=('python-scipy' 'python-joblib')
-optdepends=('python-matplotlib: for examples with plotting')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-
-source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz")
-sha256sums=('260f66e9c643207fe8cfe0995242060fdb14137b5e69a8dd273ac463b7e9426b')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 536267, python-scikit-learn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-07 11:34:02 UTC (rev 536268)
@@ -0,0 +1,32 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-scikit-learn
+pkgver=0.22
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/"
+license=('BSD')
+depends=('python-scipy' 'python-joblib')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz")
+sha256sums=('6a495dbd5aac1f89d1ed51140fc41adb1f892293492b51b667eb5c40df1bde48')
+
+build() {
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}



More information about the arch-commits mailing list