diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-28 06:19:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-28 06:19:08 +0000 |
commit | 8d9f8270fe4cfa4d4c6ecf221d7bcaf36eb5f23b (patch) | |
tree | b60c3eb9ca57e1e6318ec8a56e4998d7a2ac6d61 | |
parent | 262d05ff06a5c842ce07106dbe0ff7863eecdaef (diff) |
automatic import of python-scikit-buildopeneuler23.09openeuler22.03_LTS_SP2
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-scikit-build.spec | 53 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 55 insertions, 0 deletions
@@ -0,0 +1 @@ +/scikit_build-0.17.6.tar.gz diff --git a/python-scikit-build.spec b/python-scikit-build.spec new file mode 100644 index 0000000..f726282 --- /dev/null +++ b/python-scikit-build.spec @@ -0,0 +1,53 @@ +Name: python-scikit-build +Version: 0.17.6 +Release: 1 +Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions + +License: MIT AND BSD-2-Clause-Views AND Apache-2.0 +URL: https://github.com/scikit-build/scikit-build +Source: %{url}/archive/v%{version}/scikit_build-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: python3-devel + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-vcs +BuildRequires: python3-hatch-fancy-pypi-readme + +%global _description %{expand: +Improved build system generator for CPython C/C++/Fortran/Cython extensions. +Better support is available for additional compilers, build systems, cross +compilation, and locating dependencies and determining their build requirements. +The scikit-build package is fundamentally just glue between the setuptools +Python module and CMake.} + +%description %_description + +%package -n python3-scikit-build +Summary: %{summary} + +%description -n python3-scikit-build %_description + +%prep +%autosetup -p1 -n scikit_build-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-scikit-build +%license LICENSE +%doc README.rst +%{python3_sitelib}/scikit_build-*.dist-info/ +%{python3_sitelib}/skbuild/ + +%changelog +* Tue Aug 22 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.17.6-1 +- Init package. @@ -0,0 +1 @@ +93a106577d5ebf3122f5383b97fb6abf scikit_build-0.17.6.tar.gz |