Name: python-hatchling Version: 0.25.0 Release: %autorelease Summary: The build backend used by Hatch License: MIT URL: https://pypi.org/project/hatchling Source0: %{pypi_source hatchling} # Man page in groff_man(7) format, hand-written for Fedora based on package # metadata and --help output Source1: hatchling.1 BuildArch: noarch BuildRequires: python3-devel %global common_description %{expand: This is the extensible, standards compliant build backend used by Hatch.} %description %{common_description} %package -n python3-hatchling Summary: %{summary} %description -n python3-hatchling %{common_description} %prep %autosetup -n hatchling-%{version} # F35, EPEL9, and older: # The changes between pluggy 0.13.1 and 1.0.0 should not be significant, so we # loosen the minimum version. sed -r -i 's/(pluggy>=)1\.0\.0/\10.13.1/' src/hatchling/ouroboros.py # EPEL9: # Since hatchling uses packaging 20.9 for Python 2, we hope and expect it can # work for Python 3 as well. sed -r -i 's/(packaging>=)21\.3/\120.9/' src/hatchling/ouroboros.py %generate_buildrequires # Cannot use -r (the default) with hatchling: “ValueError: build backend cannot # provide build metadata (incl. runtime requirements) before build”. We work # around this by writing the dependencies from src/hatchling/ourobororos.py # into a text file. PYTHONPATH="${PWD}/src" '%{python3}' <