Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > 431fea797d5d1b65da9df91c120dfb27 > files > 2

python-tempita-0.5.1-2.mga2.src.rpm

%define tarname	Tempita

Summary:	A very small text templating language
Name:		python-tempita
Version:	0.5.1
Release:	%mkrel 2
Source0:	http://pypi.python.org/packages/source/T/%{tarname}/%{tarname}-%{version}.tar.gz
License:	MIT
Group:		Development/Python
URL:		http://pythonpaste.org/tempita/
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 Jul 04 2011 philippem <philippem> 0.5.1-2.mga2
+ Revision: 118414
- imported package python-tempita


* Mon Jul 04 2011 Philippe Makowski <philippem@mageia.org> 
- import into Mageia

* 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