Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19884

Modified Files:
        beaker-py.info mako-py.info 
Added Files:
        markupsafe-py.info 
Log Message:
mako now depends on markupsafe and switched setuptools to distribute
beaker updated to 1.5.4.  Added py27 and switched setuptools to distribute
markupsafe-py added to fink for mako.
  Addresses http://osdir.com/ml/debian-bugs-closed/2010-07/msg00036.html
  Reported by Raymond Garcia


Index: mako-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/mako-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mako-py.info        16 Sep 2010 20:38:49 -0000      1.10
+++ mako-py.info        4 Oct 2010 14:29:00 -0000       1.11
@@ -3,12 +3,12 @@
 Package: mako-py%type_pkg[python]
 Version: 0.3.4
 
-Revision: 1
+Revision: 2
 Homepage: http://pypi.python.org/pypi/Mako
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 Type: python (2.5 2.6 2.7 3.1)
-Depends: python%type_pkg[python], beaker-py%type_pkg[python]
-BuildDepends: setuptools-py%type_pkg[python]
+Depends: python%type_pkg[python], beaker-py%type_pkg[python], 
markupsafe-py%type_pkg[python]
+BuildDepends: distribute-py%type_pkg[python]
 
 Source: http://www.makotemplates.org/downloads/Mako-%v.tar.gz
 Source-MD5: 2ae56ccc6c9b5c4e2e67f42b69475009

Index: beaker-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/beaker-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- beaker-py.info      31 May 2010 23:56:28 -0000      1.7
+++ beaker-py.info      4 Oct 2010 14:29:00 -0000       1.8
@@ -1,17 +1,17 @@
 Info2: <<
 
 Package: beaker-py%type_pkg[python]
-Version: 1.5.3
+Version: 1.5.4
 
 Revision: 1
 Homepage: http://pypi.python.org/pypi/Beaker/
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
-Type: python (2.5 2.6 3.1)
+Type: python (2.5 2.6 2.7 3.1)
 Depends: python%type_pkg[python]
-BuildDepends: setuptools-py%type_pkg[python]
+BuildDepends: distribute-py%type_pkg[python]
 
 Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%v.tar.gz
-Source-MD5: b465f1919dbbed4917febc91318c8e0f
+Source-MD5: de84e7511119dc0b8eb4ac177d3e2512
 
 CompileScript: <<
   #!/bin/bash -ev

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

Package: markupsafe-py%type_pkg[python]
Version: 0.11

Revision: 1
Homepage: http://pypi.python.org/pypi/MarkupSafe
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.5 2.6 2.7 3.1)
Depends: python%type_pkg[python], beaker-py%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

#Source: http://www.makotemplates.org/downloads/Mako-%v.tar.gz
Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%v.tar.gz
Source-MD5: 48d445941c16d6aa55caf8e148fc0911

CompileScript: <<
  #!/bin/bash -ev

# Appears to not need 2to3
#  if [ "%type_pkg[python]" -ge "31" ]; then
#    2to3-%type_raw[python] -w --no-diffs markupsafe
#  fi
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  #mv %i/bin/mako-render{,%type_raw[python]}
<<

#PostInstScript: <<
# update-alternatives --install %p/bin/mako-render mako-render 
%p/bin/mako-render%type_raw[python] %type_pkg[python] 
#<<
#PreRmScript: <<
# update-alternatives --remove mako-render %p/bin/mako-render%type_raw[python]
#<<

DocFiles: <<
  AUTHORS
  LICENSE
  PKG-INFO
  MANIFEST.in
  README.rst
<<

License: BSD
Description: XML/HTML/XHTML Markup safe string
DescDetail: <<
Implements a unicode subclass that supports HTML strings.

If you want to make an object unicode that is not yet unicode but
don't want to lose the taint information, you can use the soft_unicode
function.

Objects can customize their HTML markup equivalent by overriding the
__html__ function.

Since MarkupSafe 0.10 there is now also a separate escape function
called escape_silent that returns an empty string for None for
consistency with other systems that return empty strings for None when
escaping (for instance Pylons' webhelpers).

If you also want to use this for the escape method of the Markup
object, you can create your own subclass.
<<


# Info2
<<


------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to