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

Antonio Rojas arojas at archlinux.org
Sun Jan 17 17:49:41 UTC 2021


    Date: Sunday, January 17, 2021 @ 17:49:41
  Author: arojas
Revision: 821482

Update to 1.10.1, add hack to unvendor blosc

Modified:
  python-blosc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 17:49:39 UTC (rev 821481)
+++ PKGBUILD	2021-01-17 17:49:41 UTC (rev 821482)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=python-blosc
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
 arch=('x86_64')
 url="http://python-blosc.blosc.org/"
@@ -11,8 +11,12 @@
 optdepends=('python-numpy: for tests and benchmarks')
 makedepends=('python-scikit-build' 'ninja')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('fd03dc3845b2434a3eab57369042388a8ea99f254b8ea494b4b8b1a0595c8a9a')
+sha256sums=('d3238d8ffc13be9848a9a85c80de6f3bfa74bb2000d5614abb5146b25552cca7')
 
+prepare() {
+  sed -e '/c-blosc/d' -e 's|blosc_static|blosc|' -i $pkgbase-$pkgver/blosc/CMakeLists.txt # Use system blosc
+}
+ 
 build() {
   cd "$srcdir"/${pkgbase}-${pkgver}
   BLOSC_DIR=/usr



More information about the arch-commits mailing list