2023-08-22 10:14:02 +08:00
|
|
|
Name: python-scikit-build-core
|
2024-03-15 15:58:55 +08:00
|
|
|
Version: 0.8.2
|
2023-08-22 10:14:02 +08:00
|
|
|
Release: 1
|
|
|
|
|
Summary: Build backend for CMake based projects
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://github.com/scikit-build/scikit-build-core
|
2024-03-15 15:58:55 +08:00
|
|
|
Source: %{url}/archive/v%{version}/scikit-build-core-%{version}.tar.gz
|
2023-08-22 10:14:02 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: python3-hatch-vcs
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
A next generation Python CMake adaptor and Python API for plugins
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
%package -n python3-scikit-build-core
|
|
|
|
|
Summary: %{summary}
|
2024-03-15 15:58:55 +08:00
|
|
|
Provides: python-scikit-build-core = %{version}-%{release}
|
2023-08-22 10:14:02 +08:00
|
|
|
%description -n python3-scikit-build-core %_description
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-03-15 15:58:55 +08:00
|
|
|
%autosetup -n scikit-build-core-%{version}
|
2023-08-22 10:14:02 +08:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%pyproject_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
|
|
|
|
|
%files -n python3-scikit-build-core
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{python3_sitelib}/scikit_build_core-*.dist-info/
|
|
|
|
|
%{python3_sitelib}/scikit_build_core/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-03-15 15:58:55 +08:00
|
|
|
* Fri Mar 15 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.8.2-1
|
|
|
|
|
- Update package to version 0.8.2
|
|
|
|
|
- Fix do not exit with exec permission error in ninja check
|
|
|
|
|
|
2023-08-22 10:14:02 +08:00
|
|
|
* Tue Aug 22 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.4.8-1
|
|
|
|
|
- Init package.
|