15
0
forked from pool/python-Mako

Accepting request 487255 from home:jengelh:branches:devel:languages:python

- Trim extreme wording of description

OBS-URL: https://build.opensuse.org/request/show/487255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=45
This commit is contained in:
Todd R
2017-04-24 16:27:39 +00:00
committed by Git OBS Bridge
parent 3a1308a8b4
commit 862effb985
2 changed files with 13 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
Name: python-Mako
Version: 1.0.6
Release: 0
Summary: A super-fast Python templating language
Summary: A Python templating language
License: MIT
Group: Development/Languages/Python
Url: http://www.makotemplates.org/
@@ -47,14 +47,13 @@ BuildArch: noarch
%python_subpackages
%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.
Mako is a template library written in Python. It provides a non-XML
syntax which compiles into Python modules for performance. Mako's
syntax and API borrows from Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the ideas of componentized layout and
inheritance, while maintaining close ties to Python calling and
scoping semantics.
%prep
%setup -q -n Mako-%{version}