From 1b6041602011d42b37910a6011714a57d3365fab Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Fri, 10 Apr 2020 10:42:09 +0900 Subject: [PATCH] Revert "Add python3-mako" This reverts commit 78511d2b94b35328b387940c69bebba4745baa1e. Change-Id: I22eb2029f08d5e1e9fa62f5845b96ebdf0cef860 Signed-off-by: Hyunjee Kim --- packaging/python3-mako.manifest | 5 --- packaging/python3-mako.spec | 82 ----------------------------------------- 2 files changed, 87 deletions(-) delete mode 100644 packaging/python3-mako.manifest delete mode 100644 packaging/python3-mako.spec diff --git a/packaging/python3-mako.manifest b/packaging/python3-mako.manifest deleted file mode 100644 index 017d22d..0000000 --- a/packaging/python3-mako.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/python3-mako.spec b/packaging/python3-mako.spec deleted file mode 100644 index e4c8b12..0000000 --- a/packaging/python3-mako.spec +++ /dev/null @@ -1,82 +0,0 @@ -# -# spec file for package python-Mako -# -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -%if "%{run_tests}" == "1" - %define __spec_check_pre %___build_pre - %define check %%check -%endif - - -%define debug_package %{nil} - -Name: python3-mako -Version: 1.0.6 -Release: 0 -Url: http://www.makotemplates.org/ -Summary: A super-fast Python templating language -License: MIT -Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz -Source1001: %{name}.manifest - -BuildRequires: python3-MarkupSafe -BuildRequires: python3-devel -BuildRequires: python3-mock -BuildRequires: python3-setuptools -BuildRequires: python3-nose - -Suggests: python3-Beaker >= 1.1 -Requires: python3-MarkupSafe - -Provides: python3-mako = %{version} -Obsoletes: python3-mako < %{version} - -%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's -syntax and API borrows from the best ideas of many others, including Django -templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded -Python (i.e. Python Server Page) language, which refines the familiar ideas -of componentized layout and inheritance to produce one of the most -straightforward and flexible models available, while also maintaining close -ties to Python calling and scoping semantics. - -%prep -%setup -q -n Mako-%{version} - -%build -cp %{SOURCE1001} . -%{_bindir}/python3 setup.py build - -%install -%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} - -%check -#python3 setup.py test || exit 0 - -%remove_docs - -%files -%manifest %{name}.manifest -%defattr(-,root,root,-) -%license LICENSE -%{_bindir}/mako-render -%{python3_sitelib}/mako/ -%{python3_sitelib}/Mako-%{version}-py%{python3_version}.egg-info - -%changelog - -- 2.7.4