46 lines
1.1 KiB
RPMSpec
46 lines
1.1 KiB
RPMSpec
|
|
Name: python-scikit-build-core
|
||
|
|
Version: 0.4.8
|
||
|
|
Release: 1
|
||
|
|
Summary: Build backend for CMake based projects
|
||
|
|
|
||
|
|
License: Apache-2.0
|
||
|
|
URL: https://github.com/scikit-build/scikit-build-core
|
||
|
|
Source: %{url}/archive/v%{version}/scikit_build_core-%{version}.tar.gz
|
||
|
|
|
||
|
|
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}
|
||
|
|
%description -n python3-scikit-build-core %_description
|
||
|
|
|
||
|
|
%prep
|
||
|
|
%autosetup -n scikit_build_core-%{version}
|
||
|
|
|
||
|
|
%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
|
||
|
|
* Tue Aug 22 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.4.8-1
|
||
|
|
- Init package.
|