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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Jun 13 11:41:29 UTC 2019


    Date: Thursday, June 13, 2019 @ 11:41:29
  Author: aginiewicz
Revision: 481254

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-13 11:41:13 UTC (rev 481253)
+++ PKGBUILD	2019-06-13 11:41:29 UTC (rev 481254)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-scikit-learn'
-pkgver=0.20.3
-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')
-optdepends=('python-matplotlib: for examples with plotting')
-makedepends=('python-setuptools' 'cython')
-options=(!emptydirs)
-
-source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz")
-sha256sums=('cadeefa9a824671bdcad790a075efbaa0d5a00458c43c9b4ce7110b129df7b10')
-
-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 481253, python-scikit-learn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-13 11:41:29 UTC (rev 481254)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname='python-scikit-learn'
+pkgver=0.21.2
+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')
+optdepends=('python-matplotlib: for examples with plotting')
+makedepends=('python-setuptools' 'cython')
+options=(!emptydirs)
+
+source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz")
+sha256sums=('4f6af7ef3a189aa963ad2731cea9f17863dd819dbf0dd7568ab4946566d76c24')
+
+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