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