## START: Set by rpmautospec ## (rpmautospec version 0.3.1) ## 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 # Sphinx-generated HTML documentation is not suitable for packaging; see # https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion. # # We can generate PDF documentation as a substitute. %bcond_without doc_pdf Name: python-frozenlist Version: 1.3.3 Release: %autorelease Summary: List-like structure which can be made immutable License: Apache-2.0 URL: https://github.com/aio-libs/frozenlist Source0: %{pypi_source frozenlist} BuildRequires: python3-devel BuildRequires: gcc BuildRequires: python3dist(cython) BuildRequires: python3dist(pytest) %if %{with doc_pdf} BuildRequires: make BuildRequires: python3dist(sphinx) BuildRequires: python3-sphinx-latex BuildRequires: latexmk %endif %global common_description %{expand: FrozenList is a list-like structure which implements collections.abc.MutableSequence, and which can be made immutable.} %description %{common_description} %package -n python3-frozenlist Summary: %{summary} %description -n python3-frozenlist %{common_description} %package doc Summary: Documentation for python-frozenlist BuildArch: noarch %description doc %{common_description} %prep %autosetup -n frozenlist-%{version} # Remove Cython-generated sources; we must ensure they are regenerated. find . -type f -name '*.c' -print -delete # Drop intersphinx mappings, since we can’t download remote inventories and # can’t easily produce working hyperlinks from inventories in local # documentation packages. echo 'intersphinx_mapping.clear()' >> docs/conf.py %generate_buildrequires %pyproject_buildrequires %build # Re-generate C sources with Cython. Imitates Makefile on GitHub. %{python3} -m cython -3 frozenlist/*.pyx -I frozenlist %pyproject_wheel %if %{with doc_pdf} %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' %make_build -C docs/_build/latex LATEXMKOPTS='-quiet' %endif %install %pyproject_install %pyproject_save_files frozenlist %check %pytest %files -n python3-frozenlist -f %{pyproject_files} # pyproject-rpm-macros marks LICENSE in dist-info; verify with “rpm -qL -p …” %files doc %license LICENSE %doc CHANGES.rst %doc CONTRIBUTORS.txt %doc README.rst %if %{with doc_pdf} %doc docs/_build/latex/frozenlist.pdf %endif %changelog * Fri Jan 20 2023 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Nov 10 2022 Benjamin A. Beasley - 1.3.3-1 - Update to 1.3.3 (close RHBZ#2141069) * Wed Aug 03 2022 Benjamin A. Beasley - 1.3.1-1 - Update to 1.3.1 (close RHBZ#2114752) * Wed Aug 03 2022 Benjamin A. Beasley - 1.3.0-5 - Convert License to SPDX (ASL 2.0 becomes Apache-2.0) * Fri Jul 22 2022 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.3.0-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 18 2022 Benjamin A. Beasley - 1.3.0-1 - Update to 1.3.0 (fix RHBZ#2041998) * Fri Jan 07 2022 Benjamin A. Beasley - 1.2.0-2 - Drop intersphinx mappings * Mon Dec 13 2021 Benjamin A. Beasley - 1.2.0-1 - Initial package (close RHBZ#2029651)