[arch-commits] Commit in python-joblib/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 18:10:39 UTC 2019


    Date: Thursday, October 31, 2019 @ 18:10:38
  Author: foutrelis
Revision: 521581

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 18:10:37 UTC (rev 521580)
+++ PKGBUILD	2019-10-31 18:10:38 UTC (rev 521581)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: python-joblib/repos/community-staging-any/PKGBUILD (from rev 521579, python-joblib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 18:10:38 UTC (rev 521581)
@@ -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=5
+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