Name: python-scikit-build-core Version: 0.12.2 Release: 1%{?dist} Summary: Build backend for CMake based Python projects License: Apache-2.0 URL: https://github.com/scikit-build/scikit-build-core Source0: https://pypi.io/packages/source/s/scikit-build-core/scikit_build_core-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-hatchling BuildRequires: python3-hatch-vcs BuildRequires: pyproject-rpm-macros BuildRequires: python3-packaging BuildRequires: python3-pathspec BuildRequires: python3-setuptools %description scikit-build-core is a Python build backend for CMake-based projects. %prep %autosetup -n scikit_build_core-%{version} %generate_buildrequires %pyproject_buildrequires -x test -x cmake -x ninja %build %pyproject_wheel %install %pyproject_install %files %license LICENSE* %doc README.md %{python3_sitelib}/scikit_build_core*