rebuilt with distdeps [release 2.3.1-2mamba;Fri Apr 29 2022]
This commit is contained in:
parent
d6740b2a66
commit
142e59c7bb
@ -1,6 +1,6 @@
|
||||
Name: python-soupsieve
|
||||
Version: 2.3.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A CSS selector library designed to be used with Beautiful Soup 4
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,9 +10,8 @@ URL: https://github.com/facelessuser/soupsieve
|
||||
Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,12 +35,17 @@ 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)
|
||||
%dir %{python_sitearch}/soupsieve-%{version}-py*.egg-info
|
||||
%{python_sitearch}/soupsieve-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user