Date: Monday, April 10, 2023 @ 10:26:04
  Author: felixonmars
Revision: 1443937

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 10:25:56 UTC (rev 1443936)
+++ PKGBUILD    2023-04-10 10:26:04 UTC (rev 1443937)
@@ -1,44 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Andrzej Giniewicz <[email protected]>
-
-pkgname=python-scikit-learn
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='A set of python modules for machine learning and data mining'
-arch=(x86_64)
-url='https://scikit-learn.org'
-_url='https://github.com/scikit-learn/scikit-learn'
-license=(BSD)
-depends=(python-joblib
-         python-numpy
-         python-scipy
-         python-threadpoolctl)
-makedepends=(cython
-             openmp
-             python-{build,installer,wheel}
-             python-setuptools)
-optdepends=('python-matplotlib: plotting capabilities')
-options=(!emptydirs)
-_archive="${pkgname#python-}-$pkgver"
-source=("$_url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('992694e21ce4285aab71b09939d3ed7e5ddb41b8803eb98e10aaba927b74bdf1')
-
-prepare() {
-       cd $_archive
-       sed -i -E '/setuptools/s/<[0-9.]+//;/numpy/d' pyproject.toml
-}
-
-build() {
-       cd $_archive
-       python -m build -wn
-}
-
-package() {
-       cd $_archive
-       python -m installer -d "$pkgdir" dist/*.whl
-       install -Dm0644 -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-staging-x86_64/PKGBUILD (from rev 
1443936, python-scikit-learn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 10:26:04 UTC (rev 1443937)
@@ -0,0 +1,44 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Andrzej Giniewicz <[email protected]>
+
+pkgname=python-scikit-learn
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='A set of python modules for machine learning and data mining'
+arch=(x86_64)
+url='https://scikit-learn.org'
+_url='https://github.com/scikit-learn/scikit-learn'
+license=(BSD)
+depends=(python-joblib
+         python-numpy
+         python-scipy
+         python-threadpoolctl)
+makedepends=(cython
+             openmp
+             python-{build,installer,wheel}
+             python-setuptools)
+optdepends=('python-matplotlib: plotting capabilities')
+options=(!emptydirs)
+_archive="${pkgname#python-}-$pkgver"
+source=("$_url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('992694e21ce4285aab71b09939d3ed7e5ddb41b8803eb98e10aaba927b74bdf1')
+
+prepare() {
+       cd $_archive
+       sed -i -E '/setuptools/s/<[0-9.]+//;/numpy/d' pyproject.toml
+}
+
+build() {
+       cd $_archive
+       python -m build -wn
+}
+
+package() {
+       cd $_archive
+       python -m installer -d "$pkgdir" dist/*.whl
+       install -Dm0644 -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"
+}

Reply via email to