python3-matplotlib: update to 3.1.3
This commit is contained in:
parent
8c97b07f4c
commit
cbdc0cb927
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'python3-matplotlib'
|
||||
pkgname=python3-matplotlib
|
||||
version=3.1.2
|
||||
revision=2
|
||||
version=3.1.3
|
||||
revision=1
|
||||
wrksrc="matplotlib-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="matplotlib mpl_toolkits pylab.py"
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
# XXX use internal copy of agg, highly patched
|
||||
makedepends="python3-numpy python3-devel freetype-devel libpng-devel libqhull-devel"
|
||||
|
@ -15,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="custom:matplotlib, BSD-3-Clause, MIT"
|
||||
homepage="https://matplotlib.org/"
|
||||
distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
|
||||
checksum=a48803e79013d01f22454fd718a575c6f9dadced211722637487fc2f7803620e
|
||||
checksum=6edfe021671fcad1bd6081c980c380cb3d66d00895eb8c3450fa3842c441d1d1
|
||||
|
||||
pre_build() {
|
||||
# adjust qhull path
|
||||
|
|
Loading…
Reference in a new issue