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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Dec 27 18:42:06 UTC 2018


    Date: Thursday, December 27, 2018 @ 18:42:05
  Author: aginiewicz
Revision: 418523

upgpkg: python-blosc 1.7.0-1

python-blosc: new upstream release

Modified:
  python-blosc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-27 18:22:21 UTC (rev 418522)
+++ PKGBUILD	2018-12-27 18:42:05 UTC (rev 418523)
@@ -2,8 +2,8 @@
 
 pkgbase=python-blosc
 pkgname=('python2-blosc' 'python-blosc')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
 arch=('x86_64')
 url="http://python-blosc.blosc.org/"
@@ -10,7 +10,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'blosc')
 source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-md5sums=('36efec20fac80cb44b1f9c907a9d98c4')
+sha1sums=('4a3ceb7ce7fa412432855b22894f865e18dd34e0')
 
 prepare() {
   cd "$srcdir"
@@ -37,6 +37,7 @@
 
 package_python2-blosc() {
   depends=('python2' 'blosc')
+  optdepends=('python2-numpy: for tests and benchmarks')
 
   cd "$srcdir"/${pkgbase}-py2-${pkgver}
 
@@ -47,6 +48,7 @@
 
 package_python-blosc() {
   depends=('python' 'blosc')
+  optdepends=('python-numpy: for tests and benchmarks')
 
   cd "$srcdir"/${pkgbase}-${pkgver}
 



More information about the arch-commits mailing list