aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-matplotlib
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-01 08:05:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-04 05:33:23 +0000
commit799330f5e0d31faa66b6f745c668b46a8467eba3 (patch)
tree9b19f5cf81c6871fdf01bad85e524c13d863a487 /testing/py-matplotlib
parent85803fa9aa95ce509c1f8814831526e9da822f43 (diff)
downloadaports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.bz2
aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.xz
testing/[various]: rebuild against openblas-0.3.0, enable s390x
Diffstat (limited to 'testing/py-matplotlib')
-rw-r--r--testing/py-matplotlib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD
index 45e057e3f6..479651dca9 100644
--- a/testing/py-matplotlib/APKBUILD
+++ b/testing/py-matplotlib/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-matplotlib
_pkgname=matplotlib
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Python library for plots"
url="http://matplotlib.org"
-arch="all !s390x"
+arch="all"
license="custom"
-depends="python2 py-numpy python2-tkinter py-dateutil py-parsing py-tz py-cycler"
+depends="python2 py-numpy>=1.14.3-r1 python2-tkinter py-dateutil py-parsing py-tz py-cycler"
makedepends="python2-dev gfortran py-numpy-dev freetype-dev libpng-dev tk-dev
py-setuptools"
subpackages="$pkgname-doc $pkgname-tests"