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

Felix Yan felixonmars at archlinux.org
Fri Oct 25 15:46:08 UTC 2019


    Date: Friday, October 25, 2019 @ 15:46:07
  Author: felixonmars
Revision: 519194

archrelease: copy trunk to community-staging-any

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

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

Copied: python-joblib/repos/community-staging-any/PKGBUILD (from rev 519193, python-joblib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 15:46:07 UTC (rev 519194)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname='python-joblib'
+pkgver=0.14.0
+pkgrel=4
+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=("https://github.com/joblib/joblib/archive/${pkgver}.tar.gz")
+sha256sums=('9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707')
+
+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