rebuilt with distdeps [release 2.0.0a1-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
4827db7e8d
commit
54f5b2c6d1
@ -1,6 +1,6 @@
|
|||||||
Name: python-markupsafe
|
Name: python-markupsafe
|
||||||
Version: 2.0.0a1
|
Version: 2.0.0a1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
|
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,11 +11,8 @@ Source: https://pypi.debian.net/MarkupSafe/MarkupSafe-%{version}.tar.gz
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,13 +37,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/*
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0a1-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 2.0.0a1-1mamba
|
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 2.0.0a1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user