[arch-commits] Commit in python-blosc/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Jun 13 15:37:13 UTC 2020


    Date: Saturday, June 13, 2020 @ 15:37:13
  Author: aginiewicz
Revision: 642876

upgpkg: python-blosc 1.9.1-1: python-blosc: new upstream release

Modified:
  python-blosc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 15:28:01 UTC (rev 642875)
+++ PKGBUILD	2020-06-13 15:37:13 UTC (rev 642876)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=python-blosc
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
 arch=('x86_64')
@@ -9,13 +9,13 @@
 license=('MIT')
 depends=('python' 'blosc')
 optdepends=('python-numpy: for tests and benchmarks')
-makedepends=('python-scikit-build')
+makedepends=('python-scikit-build' 'ninja')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('15b6eab0c08685b98fe69336d76ae9fd81145b65035cb87aafcc48d91a094901')
+sha256sums=('ffc884439a12409aa4e8945e21dc920d6bc21807357c51d24c7f0a27ae4f79b9')
 
 build() {
   cd "$srcdir"/${pkgbase}-${pkgver}
-  export BLOSC_DIR=/usr
+  BLOSC_DIR=/usr
   python setup.py build_clib
   python setup.py build_ext --inplace
   python setup.py build
@@ -23,6 +23,7 @@
 
 package() {
   cd "$srcdir"/${pkgbase}-${pkgver}
+  BLOSC_DIR=/usr
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
   install -Dm644 LICENSES/PYTHON-BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list