30 lines
1.1 KiB
Bash
30 lines
1.1 KiB
Bash
# Template file for 'python3-matplotlib'
|
|
pkgname=python3-matplotlib
|
|
version=3.9.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="meson numpy"
|
|
make_build_args="-Csetup-args=-Dsystem-freetype=true
|
|
-Csetup-args=-Dsystem-qhull=true"
|
|
hostmakedepends="python3-meson-python pkg-config python3-setuptools_scm
|
|
python3-numpy python3-pybind11"
|
|
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel python3-pybind11"
|
|
depends="python3-cycler fonttools python3-kiwisolver python3-numpy
|
|
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/"
|
|
changelog="https://github.com/matplotlib/matplotlib/releases"
|
|
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
|
|
checksum=96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92
|
|
replaces="python3-matplotlib-data>=0"
|
|
# Comparison of images is too frail for validation
|
|
make_check="no"
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
vlicense LICENSE/LICENSE
|
|
}
|