python-mako-vl.spec 5.0 KB

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