%global pypi_name plotly Name: python-%{pypi_name} Version: 6.7.0 Release: 1%{?dist} Summary: Open-source interactive data visualization library for Python License: MIT URL: https://plotly.com/python/ Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-hatchling BuildRequires: python3-narwhals BuildRequires: python3-packaging %global _description %{expand: Plotly is an open-source interactive data visualization library for Python. It provides high-quality publication-ready figures with support for over 30 chart types (statistical, financial, geographic, 3D, and scientific). Plots can be embedded in dashboards, exported to static images, or rendered inline in Jupyter notebooks.} %description %_description %package -n python3-%{pypi_name} Summary: %{summary} Requires: python3-narwhals >= 1.15.1 Requires: python3-packaging %description -n python3-%{pypi_name} %_description %prep %autosetup -n %{pypi_name}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{pypi_name} _plotly_utils %files -n python3-%{pypi_name} -f %{pyproject_files} %license LICENSE.txt %doc README.md %changelog * Tue May 05 2026 Morgan Hough - 6.7.0-1 - Initial package (NeuroFedora dep chain: nilearn → plotly)