rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.1.1-2mamba;Fri Sep 29 2023]
This commit is contained in:
parent
2a7cad0014
commit
ef0cd5fd37
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-atpublic
|
Name: python-atpublic
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: This library provides two very simple decorators that document the publicness of the names in your module
|
Summary: This library provides two very simple decorators that document the publicness of the names in your module
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,8 +11,9 @@ URL: https://public.readthedocs.io/en/stable/
|
|||||||
Source: https://pypi.debian.net/atpublic/atpublic-%{version}.tar.gz
|
Source: https://pypi.debian.net/atpublic/atpublic-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildRequires: python-pdm-pep517-py3
|
BuildRequires: python-pdm-pep517-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -34,13 +35,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}/public
|
%dir %{python_sitelib}/public
|
||||||
%{python_sitearch}/public/*
|
%{python_sitelib}/public/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 3.1.1-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user