[arch-commits] Commit in python-blosc/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Tue Apr 2 10:55:22 UTC 2019
Date: Tuesday, April 2, 2019 @ 10:55:21
Author: aginiewicz
Revision: 447540
upgpkg: python-blosc 1.8.1-1
python-blosc: new upstream release
Modified:
python-blosc/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-02 10:43:14 UTC (rev 447539)
+++ PKGBUILD 2019-04-02 10:55:21 UTC (rev 447540)
@@ -2,7 +2,7 @@
pkgbase=python-blosc
pkgname=('python2-blosc' 'python-blosc')
-pkgver=1.7.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
arch=('x86_64')
@@ -10,7 +10,7 @@
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'blosc')
source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-sha1sums=('4a3ceb7ce7fa412432855b22894f865e18dd34e0')
+sha256sums=('302ec8da715a2058f1e1bd3349cb5dd201c50270e99c04afed5ab0ae998507be')
prepare() {
cd "$srcdir"
@@ -24,14 +24,18 @@
}
build() {
- msg "Building Python2"
+ export BLOSC_DIR=/usr
+
+ # "Building Python2"
cd "$srcdir"/${pkgbase}-py2-${pkgver}
- python2 setup.py build_ext --inplace --blosc=/usr
+ python2 setup.py build_clib
+ python2 setup.py build_ext --inplace
python2 setup.py build
- msg "Building Python3"
+ # "Building Python3"
cd "$srcdir"/${pkgbase}-${pkgver}
- python setup.py build_ext --inplace --blosc=/usr
+ python setup.py build_clib
+ python setup.py build_ext --inplace
python setup.py build
}
More information about the arch-commits
mailing list