From 261150c4ef1b16bb3c3bda067f7da48c3b9f628a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:36:43 +0100 Subject: [PATCH] automatic version update by autodist [release 0.17.6-1mamba;Thu Jun 01 2023] --- README.md | 2 ++ python-scikit_build.spec | 65 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 python-scikit_build.spec diff --git a/README.md b/README.md index b8c75dd..d0e2b19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-scikit_build +Improved build system generator for Python C/C++/Fortran/Cython extensions. + diff --git a/python-scikit_build.spec b/python-scikit_build.spec new file mode 100644 index 0000000..7a103e9 --- /dev/null +++ b/python-scikit_build.spec @@ -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 +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 0.17.6-1mamba +- automatic version update by autodist + +* Thu May 18 2023 Automatic Build System 0.17.5-1mamba +- automatic version update by autodist + +* Thu May 11 2023 Automatic Build System 0.17.4-1mamba +- automatic version update by autodist + +* Sat May 06 2023 Silvan Calarco 0.17.3-1mamba +- package created using the webbuild interface