Name: python-mkdocs-print-site-plugin Version: 2.8 Release: %autorelease Summary: Combines all pages into one, allowing for easy export to PDF and standalone HTML License: MIT URL: https://github.com/timvink/mkdocs-print-site-plugin Source: %{pypi_source mkdocs_print_site_plugin} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(pytest) %global _description %{expand: MkDocs plugin that adds a print page to your site that combines the entire site, allowing for easy export to PDF and standalone HTML. See demo. Features: - Support for mkdocs-material theme, including features like instant loading, dark color themes and certain plugins (f.e. the tags plugin) - Support for readthedocs theme - Support for pagination in PDFs - Many options to customize appearance - Option to add a cover page - Lightweight, no dependencies - Support for the autorefs plugin} %description %_description %package -n python3-mkdocs-print-site-plugin Summary: %{summary} %description -n python3-mkdocs-print-site-plugin %_description %prep %autosetup -p1 -n mkdocs_print_site_plugin-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l mkdocs_print_site_plugin %check %pyproject_check_import # Disable failing test %pytest -k "not test_windmill" %files -n python3-mkdocs-print-site-plugin -f %{pyproject_files} %changelog %autochangelog