rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.2.5-3mamba;Fri Sep 29 2023]
This commit is contained in:
parent
448ebff2ed
commit
c0bbe416f5
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pytoolconfig
|
Name: python-pytoolconfig
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Python Tool Configuration
|
Summary: Python Tool Configuration
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,11 +11,10 @@ URL: https://github.com/bagel897/pytoolconfig
|
|||||||
Source: https://pypi.debian.net/pytoolconfig/pytoolconfig-%{version}.tar.gz
|
Source: https://pypi.debian.net/pytoolconfig/pytoolconfig-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(packaging)
|
BuildRequires: python3.11dist(packaging)
|
||||||
BuildRequires: python3.7dist(tomli)
|
|
||||||
BuildRequires: python3.7dist(typing-extensions)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildRequires: python-pdm-pep517-py3
|
BuildRequires: python-pdm-pep517-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,13 +43,16 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||||
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitearch}/%{pkgname}
|
%dir %{python_sitelib}/%{pkgname}
|
||||||
%{python_sitearch}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 1.2.5-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.2.5-2mamba
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.2.5-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user