]> git.pld-linux.org Git - packages/python-jinja.git/blame - python-jinja.spec
- release 4 (by relup.sh)
[packages/python-jinja.git] / python-jinja.spec
CommitLineData
d7e7debc 1
2%define module jinja
3Summary: Template engine
4Name: python-%{module}
5Version: 1.2
366b6d33 6Release: 4
d7e7debc 7License: BSD
8Group: Development/Languages/Python
9Source0: http://pypi.python.org/packages/source/J/Jinja/Jinja-%{version}.tar.gz
10# Source0-md5: 1235a005ade00b213800ff1e798c0241
11URL: http://jinja.pocoo.org/1/
8276bc86 12BuildRequires: rpmbuild(macros) >= 1.710
d7e7debc 13Requires: python-docutils >= 0.5
14BuildRequires: python-devel
15%pyrequires_eq python-modules
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Jinja is a sandboxed template engine written in pure Python licensed
20under the BSD license. It provides a Django-like non-XML syntax and
21compiles templates into executable python code. It's basically a
22combination of Django templates and python code.
23
24%prep
25%setup -q -n Jinja-%{version}
26
27%build
dc088cd5 28%py_build
d7e7debc 29
30%install
31rm -rf $RPM_BUILD_ROOT
32
dc088cd5 33%py_install
d7e7debc 34
35%py_postclean
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc PKG-INFO TODO AUTHORS
43%{py_sitedir}/%{module}
44%{py_sitedir}/*Jinja*.egg*
This page took 0.061188 seconds and 4 git commands to generate.