## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 %bcond_without doc # tests are known to be broken: https://github.com/lnoor/sphinx-jsonschema %bcond_with tests Name: python-sphinx-jsonschema Version: 1.19.1 Release: %autorelease Summary: Sphinx extension to display JSON Schema License: GPL-3.0-only URL: https://github.com/lnoor/sphinx-jsonschema # PyPI source does not contain tests... and license text # Source: %%{pypi_source sphinx-jsonschema} Source: %{url}/archive/v.%{version}/sphinx-jsonschema-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %if %{with doc} BuildRequires: make BuildRequires: %{py3_dist sphinx} BuildRequires: %{py3_dist sphinx-rtd-theme} %endif %global _description %{expand: This package contains sphinx-jsonschema, an extension to Sphinx to allow authors to display a JSON Schema in their documentation.} %description %_description %package -n python3-sphinx-jsonschema Summary: %{summary} %description -n python3-sphinx-jsonschema %_description %if %{with doc} %package doc Summary: Documentation for sphinx-jsonschema %description doc This package contains the documentation for sphinx-jsonschema. %endif %prep %autosetup -p1 -n sphinx-jsonschema-v.%{version} %generate_buildrequires %if %{with tests} %pyproject_buildrequires -t %else %pyproject_buildrequires %endif %build %pyproject_wheel %if %{with doc} PYTHONPATH=$PWD make -C docs html %endif %install %pyproject_install %pyproject_save_files sphinx-jsonschema %check %pyproject_check_import sphinx-jsonschema %if %{with tests} %tox %endif %files -n python3-sphinx-jsonschema -f %{pyproject_files} %doc README.rst %if %{with doc} %files doc %license LICENSE %doc docs/_build/html/* %endif %changelog ## START: Generated by rpmautospec * Fri Jan 26 2024 Fedora Release Engineering - 1.19.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Michel Lind - 1.19.1-1 - Initial package (rhbz#2259374) ## END: Generated by rpmautospec