diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2016-04-07 12:02:50 -0700 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-08 13:42:45 +0000 |
commit | 0e8816baf2bc1ec97e59f735e8d04c8cac9e2629 (patch) | |
tree | 1092329624c39ad61c0005c6b670a755c99e641e /testing/py-matplotlib | |
parent | 1a6e113d50868ee029346df2f52c9d02c65107e2 (diff) | |
download | aports-0e8816baf2bc1ec97e59f735e8d04c8cac9e2629.tar.bz2 aports-0e8816baf2bc1ec97e59f735e8d04c8cac9e2629.tar.xz |
testing/py-matplotlib: update to 1.5.1
This update adds py-tz and py-cycler dependencies.
Diffstat (limited to 'testing/py-matplotlib')
-rw-r--r-- | testing/py-matplotlib/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD index 2033d0abdf..dcf43e82bf 100644 --- a/testing/py-matplotlib/APKBUILD +++ b/testing/py-matplotlib/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Isaac Dunham <ibid.ag@gmail.com> # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py-matplotlib -pkgver=1.3.1 -pkgrel=1 +pkgver=1.5.1 +pkgrel=0 pkgdesc="A Python library for plots" url="http://matplotlib.org" arch="all" license="custom" -depends="python py-numpy py-tkinter py-dateutil py-parsing" +depends="python py-numpy py-tkinter py-dateutil py-parsing py-tz py-cycler" depends_dev="" makedepends="$depends python-dev gfortran py-numpy-dev freetype-dev libpng-dev tk-dev py-setuptools" @@ -52,6 +52,6 @@ tests() { } -md5sums="d90d1f84140fc924ecb8f8610affd665 matplotlib-1.3.1.tar.gz" -sha256sums="144125c941f72d900fcd2d1d676bfd47c9043af74ed62b87341dc12a55ec1454 matplotlib-1.3.1.tar.gz" -sha512sums="f178e61f2133078daec2cd7bc05411a26da36121607a72115a991052dd002c72daaf8a7a60513b861ac50aabf0524db155cd748925abae23e2311a98b704ee2b matplotlib-1.3.1.tar.gz" +md5sums="b22dc4962f36aab919a7125b3b35953b matplotlib-1.5.1.tar.gz" +sha256sums="64c9f7cce4075d05c2602108ee1795aa6455c2c1d8e4329c95c83465e3806887 matplotlib-1.5.1.tar.gz" +sha512sums="da99fffcb4fb600ed4386ce89e61725768d4209f3bd4ab174e0d8474c24b2736516a4299ceaa0714b276d7d02c3e33e39a6204e014569ec3f6249085b1ba7a0d matplotlib-1.5.1.tar.gz" |