Ravenports generated: 18 Sep 2022 02:09
[ravenports.git] / bucket_BC / python-Mako
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Mako
4 VERSION=                1.2.2
5 KEYWORDS=               python
6 VARIANTS=               py39 py310
7 SDESC[py310]=           Super-fast template library (3.10)
8 SDESC[py39]=            Super-fast template library (3.9)
9 HOMEPAGE=               https://www.makotemplates.org/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/90/12/eb62db8bc346bc41a7ec8fbccd525e91d2747f9acfa6fbfd978948640a85
14 DISTFILE[1]=            Mako-1.2.2-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY39 PY310
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY39=OFF PY310=ON
22 VOPTS[py39]=            PY39=ON PY310=OFF
23
24 USES=                   cpe
25
26 DISTNAME=               Mako-1.2.2.dist-info
27
28 CPE_PRODUCT=            mako
29 CPE_VENDOR=             sqlalchemy
30 GENERATED=              yes
31
32 [PY39].RUN_DEPENDS_ON=                  python-MarkupSafe:single:py39
33 [PY39].USES_ON=                         python:py39,wheel
34
35 [PY310].RUN_DEPENDS_ON=                 python-MarkupSafe:single:py310
36 [PY310].USES_ON=                        python:py310,wheel
37
38 [FILE:1459:descriptions/desc.single]
39 =========================
40 Mako Templates for Python
41 =========================
42
43 Mako is a template library written in Python. It provides a familiar,
44 non-XML 
45 syntax which compiles into Python modules for maximum performance. Mako's 
46 syntax and API borrows from the best ideas of many others, including Django
47 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded 
48 Python (i.e. Python Server Page) language, which refines the familiar ideas
49 of componentized layout and inheritance to produce one of the most 
50 straightforward and flexible models available, while also maintaining close
51
52 ties to Python calling and scoping semantics.
53
54 Nutshell
55 ========
56
57 ::
58
59     <%inherit file="base.html"/>
60     <%
61         rows = [[v for v in range(0,10)] for row in range(0,10)]
62     %>
63     <table>
64         % for row in rows:
65             ${makerow(row)}
66         % endfor
67     </table>
68
69     <%def name="makerow(row)">
70         <tr>
71         % for name in row:
72             <td>${name}</td>\
73         % endfor
74         </tr>
75     </%def>
76
77 Philosophy
78 ===========
79
80 Python is a great scripting language. Don't reinvent the wheel...your
81 templates can handle it !
82
83 Documentation
84 ==============
85
86 See documentation for Mako at https://docs.makotemplates.org/en/latest/
87
88 License
89 ========
90
91 Mako is licensed under an MIT-style license (see LICENSE).
92 Other incorporated projects may be licensed under different licenses.
93 All licenses allow for non-commercial and commercial use.
94
95
96 [FILE:106:distinfo]
97 8efcb8004681b5f71d09c983ad5a9e6f5c40601a6ec469148753292abc0da534        78666 Mako-1.2.2-py3-none-any.whl
98