2024-01-05 16:31:20 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
|
|
|
Name: python-pytoolconfig
|
2024-01-05 16:31:21 +01:00
|
|
|
Version: 1.2.5
|
2024-01-05 16:31:21 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 16:31:20 +01:00
|
|
|
Summary: Python Tool Configuration
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:31:21 +01:00
|
|
|
URL: https://github.com/bagel897/pytoolconfig
|
2024-01-05 16:31:20 +01:00
|
|
|
Source: https://pypi.debian.net/pytoolconfig/pytoolconfig-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3.7dist(packaging)
|
|
|
|
BuildRequires: python3.7dist(tomli)
|
|
|
|
BuildRequires: python3.7dist(typing-extensions)
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: python-pdm-pep517-py3
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n pytoolconfig-%{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_sitearch}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
|
|
%{python_sitearch}/%{pkgname}/*
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:31:21 +01:00
|
|
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.2.5-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-05 16:31:21 +01:00
|
|
|
* Tue Jan 31 2023 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:31:20 +01:00
|
|
|
* Sat Jan 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- package created using the webbuild interface
|