python-mako-vl.spec 5.0 KB

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