[arch-commits] Commit in python-numpy/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 24 01:31:49 UTC 2018
Date: Tuesday, July 24, 2018 @ 01:31:49
Author: felixonmars
Revision: 329497
upgpkg: python-numpy 1.15.0-1
Modified:
python-numpy/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-23 22:39:49 UTC (rev 329496)
+++ PKGBUILD 2018-07-24 01:31:49 UTC (rev 329497)
@@ -6,8 +6,8 @@
pkgbase=python-numpy
pkgname=('python-numpy' 'python2-numpy')
-pkgver=1.14.5
-pkgrel=2
+pkgver=1.15.0
+pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('x86_64')
license=('custom')
@@ -14,9 +14,10 @@
url="http://www.numpy.org/"
makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 'python2-setuptools' 'gcc-fortran'
'python-nose' 'python2-nose' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
options=('staticlibs')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz")
-sha512sums=('7826b0a9913873efd8b06e0898e0714dc2eb11a224761569b258bf8df7127c20b69626bc19978054859a30953e2c54de3d4180bbd90663b07ab8482594c50374')
+sha512sums=('1ee1c6cdf4ae287f1a0e7c49533c143c5842817cd92681cf72507f32904866de2e1fdca648f09fdca9fae391c78cebdd9a32a7116ff10ca3887f6f5ab18763b2')
prepare() {
cp -a numpy-$pkgver{,-py2}
More information about the arch-commits
mailing list