automatic version update by autodist [release 0.17.6-1mamba;Thu Jun 01 2023]
This commit is contained in:
parent
2fce9ab61d
commit
261150c4ef
@ -1,2 +1,4 @@
|
||||
# python-scikit_build
|
||||
|
||||
Improved build system generator for Python C/C++/Fortran/Cython extensions.
|
||||
|
||||
|
65
python-scikit_build.spec
Normal file
65
python-scikit_build.spec
Normal file
@ -0,0 +1,65 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-scikit_build
|
||||
Version: 0.17.6
|
||||
Release: 1mamba
|
||||
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/scikit-build/scikit-build
|
||||
Source: https://pypi.debian.net/scikit-build/scikit_build-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: python3.10dist(distro)
|
||||
BuildRequires: python3.10dist(packaging)
|
||||
BuildRequires: python3.10dist(setuptools)
|
||||
BuildRequires: python3.10dist(tomli)
|
||||
BuildRequires: python3.10dist(wheel)
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n scikit_build-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||
|
||||
#%if "%{?with_pyver}" != "3"
|
||||
## Rename any conflicting file outside of python site packages tree
|
||||
#for f in %{_bindir}/pdm; do
|
||||
# mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
#done
|
||||
#%endif
|
||||
|
||||
%files %{?pyappend}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/skbuild
|
||||
%{python_sitelib}/skbuild/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 0.17.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 0.17.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.3-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user