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

Bruno Pagani archange at gemini.archlinux.org
Sat May 14 19:50:19 UTC 2022


    Date: Saturday, May 14, 2022 @ 19:50:18
  Author: archange
Revision: 1205415

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-14 19:49:47 UTC (rev 1205414)
+++ PKGBUILD	2022-05-14 19:50:18 UTC (rev 1205415)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=python-scikit-learn
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url='https://scikit-learn.org'
-license=('BSD')
-depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-_archive="${pkgname#python-}-$pkgver"
-source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}/$_archive.tar.gz")
-sha256sums=('34471662f0e5ba8d2c799391338c6f976680cc66b715e00db0c7589f4f371bc4')
-
-build() {
-  cd "$_archive"
-  python setup.py build
-}
-
-package() {
-  cd "$_archive"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm066 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING
-
-  # 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 1205414, python-scikit-learn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-14 19:50:18 UTC (rev 1205415)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=python-scikit-learn
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=(x86_64)
+url="https://scikit-learn.org"
+license=(BSD)
+depends=(python-scipy python-joblib python-threadpoolctl)
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=(python-setuptools cython openmp)
+options=(!emptydirs)
+_archive=${pkgname#python-}-${pkgver}
+source=(https://github.com/scikit-learn/scikit-learn/archive/${pkgver}/$_archive.tar.gz)
+sha256sums=('9452bc660c2198df70f730c9f042e2a54b97f1402f1be4798f1fb12bb77fc713')
+
+build() {
+  cd $_archive
+  python setup.py build
+}
+
+package() {
+  cd $_archive
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 -t "${pkgdir}"/usr/share/licenses/${pkgname}/ COPYING
+
+  # 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