python-mako-vl.spec 4.8 KB

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