[arch-commits] Commit in python-joblib/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 9 15:35:17 UTC 2020


    Date: Monday, November 9, 2020 @ 15:35:17
  Author: felixonmars
Revision: 747001

archrelease: copy trunk to community-staging-any

Added:
  python-joblib/repos/community-staging-any/
  python-joblib/repos/community-staging-any/PKGBUILD
    (from rev 747000, python-joblib/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: python-joblib/repos/community-staging-any/PKGBUILD (from rev 747000, python-joblib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 15:35:17 UTC (rev 747001)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-joblib
+pkgver=0.16.0
+pkgrel=2
+pkgdesc="Set of tools to provide lightweight pipelining in Python"
+arch=('any')
+url="https://joblib.readthedocs.io/"
+license=('BSD')
+depends=('python')
+optdepends=('python-numpy: for array manipulation'
+            'python-lz4: for compressed serialization')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz")
+sha256sums=('172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662')
+
+build() {
+  cd "$srcdir"/joblib-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/joblib-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list