Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 13c2c8f4f85c777854b2a14f6eb8a83a > files > 2

python-tempita-0.5.1-1mdv2010.2.src.rpm

%define tarname	Tempita
%define name	python-tempita
%define version 0.5.1
%define release %mkrel 1

Summary:	A very small text templating language
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://pypi.python.org/packages/source/T/%{tarname}/%{tarname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
Url:		http://pythonpaste.org/tempita/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-setuptools

%description
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
string.Template or % substitution. It's small, it embeds Python in
strings, and it doesn't do much else.

%prep
%setup -q -n %{tarname}-%{version}

%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot} --record=FILE_LIST

%clean
%__rm -rf %{buildroot}

%files -f FILE_LIST
%defattr(-,root,root)


%changelog
* Mon Jun 13 2011 Lev Givon <lev@mandriva.org> 0.5.1-1mdv2010.1
+ Revision: 684945
- Update to 0.5.1.

* Thu Mar 31 2011 Lev Givon <lev@mandriva.org> 0.5-0.dev.0
+ Revision: 649453
- import python-tempita