Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-matplotlib
Commits:
bf84b913 by Antonio Rojas at 2024-06-23T01:27:53+02:00
upgpkg: 3.8.4-2: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-matplotlib
pkgdesc = A python plotting library, making publication quality plots
pkgver = 3.8.4
- pkgrel = 1
+ pkgrel = 2
url = https://matplotlib.org
arch = x86_64
license = custom
@@ -46,6 +46,7 @@ pkgbase = python-matplotlib
makedepends = python-setuptools-scm
makedepends = pybind11
makedepends = python-wheel
+ makedepends = meson-python
depends = freetype2
depends = python-contourpy
depends = python-cycler
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=python-matplotlib
pkgver=3.8.4
-pkgrel=1
+pkgrel=2
_mpl_images_ver=3.8.3
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
@@ -31,7 +31,7 @@ optdepends=('tk: Tk{Agg,Cairo} backends'
'texlive-fontsrecommended: usetex dependencies'
'texlive-latexrecommended: usetex usage with pdflatex'
'python-certifi: https support')
-makedepends=(git python-build python-installer python-certifi
python-setuptools-scm pybind11 python-wheel)
+makedepends=(git python-build python-installer python-certifi
python-setuptools-scm pybind11 python-wheel meson-python)
checkdepends=(python-pytest python-pytest-xdist python-pytest
python-pytest-rerunfailures xorg-server-xvfb
texlive-bin texlive-latexextra texlive-pictures
texlive-fontsrecommended texlive-luatex
ghostscript inkscape ffmpeg imagemagick gtk4
@@ -82,10 +82,10 @@ check() {
test-env/bin/python -m installer dist/*.whl
# test_ipynb: https://github.com/matplotlib/matplotlib/issues/21654 fixed
but `ModuleNotFoundError: No module named 'matplotlib'`
# test_compressed1: https://github.com/QuLogic/mpl-images/issues/4
-# XDG_RUNTIME_DIR=/tmp/runtime-build \
-# xvfb-run -a -s "-screen 0 640x480x24" \
-# test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs
matplotlib mpl_toolkits.{axes_grid1,axisartist,mplot3d} \
-# -k 'not test_ipynb and not test_compressed1 and not
test_multi_font_type3 and not test_multi_font_type42 and not
test_figure_legend_outside'
+ XDG_RUNTIME_DIR=/tmp/runtime-build \
+ xvfb-run -a -s "-screen 0 640x480x24" \
+ test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs
matplotlib mpl_toolkits.{axes_grid1,axisartist,mplot3d} \
+ -k 'not test_ipynb and not test_compressed1 and not
test_multi_font_type3 and not test_multi_font_type42 and not
test_figure_legend_outside'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/bf84b913e7425590cbd69ef665c1eac412d89c2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/bf84b913e7425590cbd69ef665c1eac412d89c2f
You're receiving this email because of your account on gitlab.archlinux.org.