rpms/python-mako/devel python-mako.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Sat May 31 20:47:43 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/python-mako/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9759/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-mako.spec 
Log Message:
Initial import of mako, a prereq along the way to Pylons



--- NEW FILE python-mako.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: python-mako
Version: 0.1.10
Release: 2%{?dist}
Summary: Mako template library for Python

Group: Development/Languages
License: MIT
URL: http://www.makotemplates.org/
Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-setuptools-devel
Requires: python-beaker

%description
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most straightforward
and flexible models available, while also maintaining close ties to Python
calling and scoping semantics.


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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README doc examples
%{python_sitelib}/*


%changelog
* Sun May 11 2008 Kyle VanderBeek <kylev at kylev.com> - 0.1.10-2
- Fix rpmlint warnings.
- Add docs and examples.

* Wed Apr  9 2008 Kyle VanderBeek <kylev at kylev.com> - 0.1.10-1
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mako/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 19:42:06 -0000	1.1
+++ .cvsignore	31 May 2008 20:47:02 -0000	1.2
@@ -0,0 +1 @@
+Mako-0.1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mako/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 19:42:06 -0000	1.1
+++ sources	31 May 2008 20:47:02 -0000	1.2
@@ -0,0 +1 @@
+fd9c9f8175b6558c2a74b3f93dedb5e7  Mako-0.1.10.tar.gz




More information about the fedora-extras-commits mailing list