Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23414

Added Files:
        jinja2-py.info jinja2-py.patch 
Log Message:
New from -submissions
https://sourceforge.net/tracker/index.php?func=detail&aid=2796106&group_id=17203&atid=414256

--- NEW FILE: jinja2-py.info ---
Info2: <<

Package: jinja2-py%type_pkg[python]
Version: 2.1.1
Revision: 1
Maintainer: Lev Givon <l...@columbia.edu>
Type: python (2.4 2.5 2.6)
BuildDepends: docutils-py%type_pkg[python], setuptools-py%type_pkg[python], 
fink (>= 0.24.12)
Depends: python%type_pkg[python] 
Source: http://cheeseshop.python.org/packages/source/J/Jinja2/Jinja2-%v.tar.gz
Source-MD5: b37fc262e4f613eec57c3defe6aea97c
CompileScript: <<
 chmod u+w *
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
<<
License: BSD
PatchFile: jinja2-py.patch
PatchFile-MD5: 9b8094bf4e3ac9f5eb41241ab5273b7f
HomePage: http://jinja.pocoo.org
DocFiles: AUTHORS CHANGES LICENSE TODO docs/_build/html/*.html examples
Description: Python template engine
DescDetail: <<
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.
<<

<<
--- NEW FILE: jinja2-py.patch ---
--- Jinja-2.0/setup.py.old      2008-08-19 11:50:05.000000000 -0400
+++ Jinja-2.0/setup.py          2008-08-19 11:50:29.000000000 -0400
@@ -61,7 +61,7 @@
             fn = os.path.join(documentation_path, fn)
             if os.path.isfile(fn):
                 documentation_files.append(fn)
-    data_files.append(('docs', documentation_files))
+    #data_files.append(('docs', documentation_files))
 
 
 def get_terminal_width():


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to