From: Hyunjee Kim Date: Fri, 10 Apr 2020 01:42:09 +0000 (+0900) Subject: Revert "Add python3-mako" X-Git-Tag: submit/tizen_6.5_base/20211028.134601 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_6.5_base%2F20211028.134601;p=platform%2Fupstream%2Fpython-mako.git Revert "Add python3-mako" This reverts commit 78511d2b94b35328b387940c69bebba4745baa1e. Change-Id: I22eb2029f08d5e1e9fa62f5845b96ebdf0cef860 Signed-off-by: Hyunjee Kim --- 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 -