Name: python3-pyvista Version: 0.47.1 Release: 1%{?dist} Summary: 3D plotting and mesh analysis through a streamlined interface for VTK License: MIT URL: https://github.com/pyvista/pyvista Source0: pyvista-0.47.1.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros # Runtime dependencies Requires: python3-numpy Requires: python3-matplotlib Requires: python3-pillow Requires: python3-pooch Requires: python3-scooby Requires: python3-vtk %generate_buildrequires %pyproject_buildrequires %description PyVista is a helper module for the Visualization Toolkit (VTK) that streamlines mesh creation, plotting, and analysis. It provides a Pythonic interface for 3D visualization and is commonly used in scientific computing. %prep %autosetup -n pyvista-%{version} %build %pyproject_wheel %install %pyproject_install %check # Basic import test %{python3} -c "import pyvista" %files %license LICENSE %doc README.rst %{python3_sitelib}/pyvista %{python3_sitelib}/pyvista-*.dist-info %{_bindir}/pyvista %changelog * Tue Mar 24 2026 Bruno Postle - 0.47.1-1 - Initial package