## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-accessible-pygments Version: 0.0.5 Release: %autorelease Summary: Accessible pygments themes BuildArch: noarch License: BSD-3-Clause URL: https://quansight-labs.github.io/accessible-pygments/ VCS: https://github.com/Quansight-Labs/accessible-pygments Source0: %{vcs}/archive/v%{version}/accessible-pygments-%{version}.tar.gz BuildRequires: python3-devel %description This package includes a collection of accessible themes for pygments based on different sources. %package -n python3-accessible-pygments Summary: %{summary} %py_provides python3-a11y-pygments %description -n python3-accessible-pygments This package includes a collection of accessible themes for pygments based on different sources. %prep %autosetup -n accessible-pygments-%{version} %generate_buildrequires export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' %pyproject_buildrequires -x tests %build export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' %pyproject_wheel %install %pyproject_install %pyproject_save_files a11y_pygments %check %pytest %files -n python3-accessible-pygments -f %{pyproject_files} %doc CHANGELOG.md README.md %changelog ## START: Generated by rpmautospec * Wed Jun 12 2024 Jerry James - 0.0.5-1 - Version 0.0.5 * Fri Jun 07 2024 Python Maint - 0.0.4-6 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 0.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 0.0.4-2 - Rebuilt for Python 3.12 * Thu Mar 30 2023 Jerry James - 0.0.4-1 - Initial RPM ## END: Generated by rpmautospec