rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.4-4mamba;Fri Sep 29 2023]
This commit is contained in:
parent
7531101df5
commit
14aba7bfcb
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-tinycss
|
||||
Version: 0.4
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: tinycss is a complete yet simple CSS parser for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -12,8 +12,10 @@ URL: https://pypi.org/project/tinycss/
|
||||
Source: https://pypi.debian.net/tinycss/tinycss-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -39,7 +41,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
sed -i "/speedups.cpython-3.*\.so/d" %{name}.filelist
|
||||
#sed -i "/speedups.cpython-3.*\.so/d" %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
@ -48,6 +50,9 @@ sed -i "/speedups.cpython-3.*\.so/d" %{name}.filelist
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.4-4mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4-3mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user