source: projects/specs/trunk/p/python-mako/python-mako-vl.spec @ 12221

Revision 12221, 4.8 KB checked in by tomop, 5 years ago (diff)

updated 5 packages

llvm-9.0.0-1

libdrm-2.4.99-1

mesa-19.1.7-1

nasm-2.14.02-1

python-mako-1.1.0-1

Line 
1Name:           python-mako
2Version:        1.1.0
3Release:        1%{?_dist_release}
4Summary:        Mako template library for Python
5Summary(ja):    Python の Mako テンプレートライブラリ
6Group:          Development/Libraries
7License:        MIT
8Vendor:         Project Vine
9Distribution:   Vine Linux
10URL:            http://www.makotemplates.org/
11Source0:        Mako-%{version}.tar.gz
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildArch:      noarch
14BuildRequires:  python-rpm-macros
15BuildRequires:  python-setuptools
16Requires:       python-beaker
17
18%description
19Mako is a template library written in Python. It provides a familiar, non-XML
20syntax which compiles into Python modules for maximum performance. Mako's
21syntax and API borrows from the best ideas of many others, including Django
22templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
23Python (i.e. Python Server Page) language, which refines the familiar ideas of
24componentized layout and inheritance to produce one of the most straightforward
25and flexible models available, while also maintaining close ties to Python
26calling and scoping semantics.
27
28%package -n python3-mako
29Summary: Mako template library for Python3
30Summary(ja): Python3 の Mako テンプレートライブラリ
31Group: Development/Libraries
32BuildRequires: python3-rpm-macros
33BuildRequires: python3-setuptools
34Requires: python3-markupsafe
35
36%description -n python3-mako
37Mako is a template library written in Python. It provides a familiar, non-XML
38syntax which compiles into Python modules for maximum performance. Mako's
39syntax and API borrows from the best ideas of many others, including Django
40templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
41Python (i.e. Python Server Page) language, which refines the familiar ideas of
42componentized layout and inheritance to produce one of the most straightforward
43and flexible models available, while also maintaining close ties to Python
44calling and scoping semantics.
45
46%prep
47%setup -q -n Mako-%{version}
48
49
50%build
51%py_build
52%py3_build
53
54
55%install
56rm -rf $RPM_BUILD_ROOT
57%py_install
58%py3_install
59
60 
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64
65%files
66%defattr(-,root,root,-)
67%license LICENSE
68%doc CHANGES README.rst doc/ examples/
69%{python_sitelib}/*
70
71%files -n python3-mako
72%license LICENSE
73%doc CHANGES README.rst doc/ examples/
74%{_bindir}/mako-render
75%{python3_sitelib}/*
76
77%changelog
78* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.0-1
79- new upstream release.
80- added python3 support.
81
82* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-1
83- new upstream release
84
85* Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
86- new upstream release
87
88* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.0-1
89- new upstream release
90
91* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
92- new upstream release
93
94* Fri Aug 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
95- new upstream release
96
97* Thu Jul 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.1-1
98- new upstream release
99
100* Thu May 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.0-1
101- new upstream release
102
103* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.2-2
104- rebuild with python-2.7.2
105
106* Wed Feb 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.2-1
107- new upstream release
108
109* Sat Nov 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
110- new upstream release
111
112* Sat Aug 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
113- new upstream release
114
115* Sun May 1 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
116- new upstream release
117
118* Sun Feb 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
119- new upstream release
120
121* Sun Dec 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.6-1
122- new upstream release
123
124* Sun Nov 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.5-1
125- new upstream release
126
127* Sun Oct 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-2
128- rebuilt with rpm-4.8.1 for pkg-config
129
130* Wed Jun 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-1
131- new upstream release
132
133* Sat Jun 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
134- new upstream release
135
136* Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-1
137- initial build for VineSeed
138
139* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-3
140- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
141
142* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
143- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
144
145* Tue Jan 06 2009 Luke Macken <lmacken@redhat.com> - 0.2.4-1
146- Update to 0.2.4
147
148* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.10-3
149- Rebuild for Python 2.6
150
151* Sun May 11 2008 Kyle VanderBeek <kylev@kylev.com> - 0.1.10-2
152- Fix rpmlint warnings.
153- Add docs and examples.
154
155* Wed Apr  9 2008 Kyle VanderBeek <kylev@kylev.com> - 0.1.10-1
156- Initial version.
Note: See TracBrowser for help on using the repository browser.