%global _empty_manifest_terminate_build 0 %global pypi_name jupyterlab_pygments Name: python-%{pypi_name} Version: 0.2.2 Release: 1 Summary: Pygments theme using JupyterLab CSS variables License: BSD-3-Clause URL: https://github.com/jupyterlab/jupyterlab_pygments Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-pip BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-wheel BuildRequires: python3-jupyter-packaging BuildRequires: python3-jupyterlab %description This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables. %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %pyproject_build %install %pyproject_install %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{_datadir}/* %{python3_sitelib}/* %changelog * Wed Feb 21 2024 jiangxinyu - 0.2.2-1 - Update package to version 0.2.2 * Fri Oct 27 2023 Dongxing Wang - 0.1.2-1 - Initial package.