!1 Init package python-scikit-build-core of v0.4.8

From: @mengzhaoa 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-08-28 08:15:49 +00:00 committed by Gitee
commit d8421d777d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,46 @@
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.

Binary file not shown.