Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv17488

Added Files:
        beaker-py.info mako-py.info markupsafe-py.info pytools-py.info 
Log Message:
Move to 10.7.


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

Package: mako-py%type_pkg[python]
Version: 0.4.1

Revision: 1
Homepage: http://pypi.python.org/pypi/Mako
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.6 2.7 3.1)
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: c69bceb23c832b74075f438408fea118

CompileScript: <<
  #!/bin/bash -ev
  if [ "%type_pkg[python]" -ge "31" ]; then
    2to3-%type_raw[python] -w --no-diffs mako test
  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: <<
  CHANGES
  PKG-INFO
  LICENSE
  README
  doc
<<

License: BSD
Description: Python templating language
DescDetail: <<
A super-fast templating language that borrows the best ideas from the
existing templating languages.

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.
<<


# Info2
<<

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

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

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

Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%v.tar.gz
Source-MD5: 4e7c4d965fe5e033fa2d7bb7746bb186

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: <<
  python%type_raw[python] setup.py install --root=%d
<<

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
<<

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

Package: beaker-py%type_pkg[python]
Version: 1.5.4

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

Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%v.tar.gz
Source-MD5: de84e7511119dc0b8eb4ac177d3e2512

CompileScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
<<

DocFiles: <<
  CHANGELOG
  LICENSE
  PKG-INFO
<<

License: BSD
Description: Session and cachine with WSGI middleware
DescDetail: <<
As a general caching library, Beaker can handle storing for various
times any Python object that can be pickled with optional back-ends on
a fine-grained basis.

Beaker was built largely on the code from MyghtyUtils, then refactored
and extended with database support.

Beaker includes Cache and Session WSGI middleware to ease integration
with WSGI capable frameworks, and is automatically used by Pylons.

* Multiple reader/single writer lock system to avoid duplicate
  simultaneous cache creation
* Cache back-ends include dbm, file, memory, memcached, and database
  (Using SQLAlchemy for multiple-db vendor support)
* Signed cookie's to prevent session hijacking/spoofing
* Cookie-only sessions to remove the need for a db or file backend
  (ideal for clustered systems)
* Extensible Container object to support new back-ends
* Cache's can be divided into namespaces (to represent templates,
  objects, etc.) then keyed for different copies
* Create functions for automatic call-backs to create new cache copies
  after expiration
* Fine-grained toggling of back-ends, keys, and expiration per Cache
  object
<<

# Info2
<<

--- NEW FILE: pytools-py.info ---
Info2: <<
Package: pytools-py%type_pkg[python]
Version: 2011.3
Revision: 1
# Getting test failures with 3.1.
Type: python (2.6 2.7)
Description: Collection of tools for Python
DescDetail: <<
        Pytools is a big bag of things that are "missing" from the
        Python standard library.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/pytools

Source: mirror:custom:p/pytools/pytools-%v.tar.gz
Source-MD5: 6a437dd3dea416e3c97d3df88efddc4d

Depends: python%type_pkg[python], py-py%type_pkg[python], 
decorator-py%type_pkg[python]
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]

CompileScript: %p/bin/python%type_raw[python] setup.py build

InfoTest: <<
        TestDepends: pytest-py%type_pkg[python]
        TestScript: <<
                PYTHONPATH=build/lib py.test-%type_raw[python] . || exit 2
                /usr/bin/find build/lib -name '*.pyc' -delete
        <<
<<

InstallScript: <<
        %p/bin/python%type_raw[python] setup.py install --root=%d
<<

DocFiles: PKG-INFO README

CustomMirror: <<
    eur-NL: http://a.pypi.python.org/packages/source/
    nam-US: http://b.pypi.python.org/packages/source/
    eur-DE: http://c.pypi.python.org/packages/source/
    eur-DE: http://d.pypi.python.org/packages/source/
    eur-DE: http://e.pypi.python.org/packages/source/
    eur-DE: http://f.pypi.python.org/packages/source/
<<
<<


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to