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

Added Files:
        formencode-py.info futures-py.info gdata-py.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: futures-py.info ---
Info2: <<
Package: futures-py%type_pkg[python]
Version: 2.1.2
Revision: 1
Type: python (2.6 2.7 3.1)
Description: Backport of the concurrent.futures package
DescDetail: <<
        The concurrent.futures module provides a high-level interface for
        asynchronously executing callables.

        The asynchronous execution can be be performed with threads, using
        ThreadPoolExecutor, or separate processes, using ProcessPoolExecutor.
        Both implement the same interface, which is defined by the abstract
        Executor class.
        
        This is a backport of the module included in python 3.2.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://pypi.python.org/pypi/futures

Source: mirror:custom:f/futures/futures-%v.tar.gz
Source-MD5: a6fa247e3c5fe3d60d8e12f1b873cc88

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

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

InfoTest: TestScript: %p/bin/python%type_raw[python] test_futures.py || exit 2

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

DocFiles: LICENSE PKG-INFO crawl.py primes.py docs/index.rst

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

--- NEW FILE: gdata-py.info ---
Info2: <<
Package: gdata-py%type_pkg[python]
Version: 2.0.11
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Python client library for Google data APIs
DescDetail: <<
        The Google Data APIs provide a simple protocol for reading and writing
        data on the web. Though it is possible to use these services with a
        simple HTTP client, this library provides helpful tools to streamline
        your code and keep up with server-side changes.
<<
DescPackaging: <<
        Tests involve network access so don't try to run.
<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: BSD
Homepage: http://code.google.com/p/gdata-python-client/

Source: http://gdata-python-client.googlecode.com/files/gdata-%v.final.tar.gz
Source-MD5: fa18432609cc0944437d7d65ae223ae9
SourceDirectory: gdata-%v

Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12)

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

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

DocFiles: PKG-INFO README.txt RELEASE_NOTES.txt pydocs/*.html
<<

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

Package: formencode-py%type_pkg[python]
Version: 1.2.4
Revision: 1
#Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 25) 10.5
Description: HTML form validation, generation, conversion
DescDetail: <<
FormEncode validates and converts nested structures.  It allows for
a declarative form of defining the validation, and decoupled processes
for filling and generating forms.
<<
Source: http://pypi.python.org/packages/source/F/FormEncode/FormEncode-%v.tar.gz
Source-MD5: 6bc17fb9aed8aea198975e888e2077f4
Type: python (2.5 2.6 2.7) 
Depends: python%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
#!/bin/bash -ev
 %p/bin/python%type_raw[python] setup.py install --root=%d
 #mkdir -p %i/share/doc/formencode-py%type_pkg[python]
 #cp -r docs/* %i/share/doc/formencode-py%type_pkg[python]/
 #mkdir -p %i/share/doc/formencode-py%type_pkg[python]/examples
 #cp -r examples/* %i/share/doc/formencode-py%type_pkg[python]/examples/
 rm -rf docs/_build/_sources
<<
DocFiles: docs

License: LGPL
Homepage: http://formencode.org/
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
# Info2
<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to