!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:
commit
d8421d777d
46
python-scikit-build-core.spec
Normal file
46
python-scikit-build-core.spec
Normal 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.
|
||||||
BIN
scikit_build_core-0.4.8.tar.gz
Normal file
BIN
scikit_build_core-0.4.8.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user