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

RevLine 
[12221]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
[607]17
[12221]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.
[607]27
[12221]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
[607]35
[12221]36%description -n python3-mako
[607]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
[12221]51%py_build
52%py3_build
[607]53
54
55%install
56rm -rf $RPM_BUILD_ROOT
[12221]57%py_install
58%py3_install
[607]59
60 
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64
65%files
66%defattr(-,root,root,-)
[12221]67%license LICENSE
68%doc CHANGES README.rst doc/ examples/
[607]69%{python_sitelib}/*
70
[12221]71%files -n python3-mako
72%license LICENSE
73%doc CHANGES README.rst doc/ examples/
74%{_bindir}/mako-render
75%{python3_sitelib}/*
[607]76
77%changelog
[12221]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
[9551]82* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-1
83- new upstream release
84
[8044]85* Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
86- new upstream release
87
[7634]88* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.0-1
89- new upstream release
90
[7144]91* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
92- new upstream release
93
[6696]94* Fri Aug 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
95- new upstream release
96
[6559]97* Thu Jul 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.1-1
98- new upstream release
99
[6163]100* Thu May 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.0-1
101- new upstream release
102
[5701]103* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.2-2
104- rebuild with python-2.7.2
105
[5591]106* Wed Feb 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.2-1
107- new upstream release
108
[5143]109* Sat Nov 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
110- new upstream release
111
[4624]112* Sat Aug 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
113- new upstream release
114
[3788]115* Sun May 1 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
116- new upstream release
117
[2785]118* Sun Feb 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
119- new upstream release
120
[2281]121* Sun Dec 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.6-1
122- new upstream release
123
[2184]124* Sun Nov 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.5-1
125- new upstream release
126
[1980]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
[1264]130* Wed Jun 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.4-1
131- new upstream release
132
[1142]133* Sat Jun 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
134- new upstream release
135
[607]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.