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

Revision 12506, 5.0 KB checked in by tomop, 3 years ago (diff)

updated 16 packages

bluez-5.55-1

firefox-78.4.0-1

llvm-11.0.0-2

libdrm-2.4.102-1

libmodsecurity-3.0.4-2

mesa-20.2.1-1

nginx-1.18.0-8

nspr-4.29-1

nss-3.58-1

oniguruma-6.9.5.rev1-3

python-mako-1.1.3-1

python-markupsafe-1.1.1-2

rust-1.47.0-1

thunderbird-78.4.0-1

tigervnc-1.11.0-1

xorg-x11-server-1.20.9-2

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