rebuilt with distdeps [release 1.12.1-2mamba;Sat May 08 2021]
This commit is contained in:
parent
0b8464d930
commit
921a71f454
@ -1,6 +1,6 @@
|
||||
Name: python-wrapt
|
||||
Version: 1.12.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,9 @@ URL: https://pypi.org/project/wrapt/
|
||||
Source: https://pypi.debian.net/wrapt/wrapt-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: python3
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -38,12 +36,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/wrapt-%{version}-py*.egg-info
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat May 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user