python3-matplotlib: update to 3.0.3.
This commit is contained in:
parent
045628274e
commit
d15900e562
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-matplotlib'
|
||||
pkgname=python3-matplotlib
|
||||
version=3.0.2
|
||||
revision=2
|
||||
version=3.0.3
|
||||
revision=1
|
||||
wrksrc="matplotlib-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="matplotlib mpl_toolkits pylab.py"
|
||||
|
@ -12,10 +12,10 @@ depends="python3-matplotlib-data>=${version}_${revision} python3-numpy
|
|||
python3-dateutil python3-parsing python3-cycler python3-kiwisolver"
|
||||
short_desc="Python3 2D/3D plotting library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://matplotlib.org/"
|
||||
license="matplotlib, BSD-3-Clause, MIT"
|
||||
homepage="https://matplotlib.org/"
|
||||
distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
|
||||
checksum=4682a2a4e66eed054d78a1eae5936d2174e8c145486db59f12a585aef991fad5
|
||||
checksum=d384a58409c1c23b8760b6f3d84ebed2c936df7dcb82797e983faaf30ae4d69d
|
||||
|
||||
pre_build() {
|
||||
# adjust qhull path
|
||||
|
|
Loading…
Reference in a new issue