python3-matplotlib: update to 3.6.1.
This commit is contained in:
parent
69fbfa0b3e
commit
0921bed4c0
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-matplotlib'
|
||||
pkgname=python3-matplotlib
|
||||
version=3.6.0
|
||||
version=3.6.1
|
||||
revision=1
|
||||
wrksrc="matplotlib-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -8,13 +8,14 @@ build_helper="numpy"
|
|||
hostmakedepends="pkg-config python3-setuptools_scm python3-certifi python3-numpy"
|
||||
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel"
|
||||
depends="python3-cycler fonttools python3-kiwisolver python3-numpy
|
||||
python3-packaging python3-Pillow python3-parsing python3-dateutil"
|
||||
python3-packaging python3-Pillow python3-parsing python3-dateutil
|
||||
python3-contourpy"
|
||||
short_desc="Python3 2D/3D plotting library"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="custom:matplotlib, BSD-3-Clause, MIT"
|
||||
homepage="https://matplotlib.org/"
|
||||
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
|
||||
checksum=c5108ebe67da60a9204497d8d403316228deb52b550388190c53a57394d41531
|
||||
checksum=e2d1b7225666f7e1bcc94c0bc9c587a82e3e8691da4757e357e5c2515222ee37
|
||||
replaces="python3-matplotlib-data>=0"
|
||||
# Comparison of images is too frail for validation
|
||||
make_check="no"
|
||||
|
|
Loading…
Reference in New Issue