python3-matplotlib: update to 3.3.0
This commit is contained in:
parent
d707a5549f
commit
821cc91a44
1 changed files with 13 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python3-matplotlib'
|
||||
pkgname=python3-matplotlib
|
||||
version=3.2.1
|
||||
version=3.3.0
|
||||
revision=1
|
||||
wrksrc="matplotlib-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools python3-numpy"
|
||||
build_helper="numpy"
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
# XXX use internal copy of agg, highly patched
|
||||
makedepends="python3-devel freetype-devel libpng-devel"
|
||||
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel"
|
||||
depends="python3-matplotlib-data>=${version}_${revision} python3-numpy
|
||||
python3-dateutil python3-parsing python3-cycler python3-kiwisolver"
|
||||
short_desc="Python3 2D/3D plotting library"
|
||||
|
@ -14,7 +15,15 @@ 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=5462728ed3be60af21bd8a6b33f5f1632dabdb3c1b3cc279cffb05926a48255c
|
||||
checksum=ee72a23bd5310a69a96c8527901d4ce71820bcbee260c04d1ef2069201c9b98a
|
||||
|
||||
pre_build() {
|
||||
cat <<-EOF > setup.cfg
|
||||
[libs]
|
||||
system_freetype = true
|
||||
system_qhull = true
|
||||
EOF
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc "${FILESDIR}/README.voidlinux"
|
||||
|
|
Loading…
Reference in a new issue