rebuilt with distdeps [release 1.2.0-2mamba;Tue Apr 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:25:38 +01:00
parent ef8cd29610
commit 87c4a7532d

View File

@ -1,6 +1,6 @@
Name: python-mako Name: python-mako
Version: 1.2.0 Version: 1.2.0
Release: 1mamba Release: 2mamba
Summary: A super-fast templating language that borrows the best ideas from the existing templating languages Summary: A super-fast templating language that borrows the best ideas from the existing templating languages
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -8,16 +8,13 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.makotemplates.org/ URL: https://www.makotemplates.org/
Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz
#Source: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(importlib-metadata)
BuildRequires: python3.7dist(markupsafe)
BuildRequires: python3.7dist(setuptools)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
BuildRequires: python-setuptools-devel
Requires: python >= %python_version
Requires: python-beaker%{?pyappend}
Requires: python-markupsafe%{?pyappend}
%description %description
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance.
@ -41,6 +38,8 @@ Mako's syntax and API borrows from the best ideas of many others, including Djan
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%if 0%{?with_pyver} %if 0%{?with_pyver}
# conflicting # conflicting
rm -f %{buildroot}%{_bindir}/mako-render rm -f %{buildroot}%{_bindir}/mako-render
@ -52,10 +51,15 @@ sed -i "/mako-render/d" %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/Mako-%{version}-py*.egg-info
%{python_sitearch}/Mako-%{version}-py*.egg-info/*
%doc LICENSE %doc LICENSE
#CHANGES README doc examples #CHANGES README doc examples
%changelog %changelog
* Tue Apr 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
- rebuilt with distdeps
* Fri Mar 11 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba * Fri Mar 11 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist - automatic version update by autodist