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

Added Files:
        app-tools-py.info 
Log Message:
New from -submissions
https://sourceforge.net/tracker/?func=detail&aid=2430340&group_id=17203&atid=414256

--- NEW FILE: app-tools-py.info ---
Info2: <<
Package: app-tools-py%type_pkg[python]
Version: 3.1.0
Revision: 1
Maintainer: Jed Frechette <jdfr...@unm.edu>
Type: python (2.5 2.6)
Depends: <<
    python%type_pkg[python],
    configobj-py%type_pkg[python],
    enthought-base-py%type_pkg[python] (>= 3.0.1),
    traits-py%type_pkg[python] (>= 3.0.3),
    traits-gui-py%type_pkg[python] (>= 3.0.3)
<<
BuildDepends: <<
    setuptools-py%type_pkg[python],
    setupdocs-py%type_pkg[python]
<<
Source: http://pypi.python.org/packages/source/A/AppTools/AppTools-%v.tar.gz
Source-MD5: e67d9b40a9f88f62246a8248faede6c5
CompileScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py install --root %d 
--single-version-externally-managed
<<
DocFiles: <<
    docs/*
    examples
    *.txt
<<
Description: Enthought Tool Suite Application Tools
DescDetail: <<
    The AppTools project includes a set of packages that Enthought has found
    useful in creating a number of applications. They implement functionality
    that is commonly needed by many applications.
        * enthought.appscripting: Framework for scripting applications.
        * enthought.help: Implements the Adobe RoboHelp API in Python, for
          compiled HTML Help (.chm) and RoboHelp WebHelp formats. Includes an
          Envisage plug-in to provide context-sensitive help for applications.
          Can also be used in Traits-based, non-Envisage applications.
        * enthought.io: Provides an abstraction for files and folders in a
          file system.
        * enthought.naming: Manages naming contexts, supporting non-string
          data types and scoped preferences.
        * enthought.permissions: Supports limiting access to parts of an
          application unless the user is appropriately authorised (not full-
          blown security).
        * enthought.persistence: Supports pickling the state of a Python
          object to a dictionary, which can then be flexibly applied in
          restoring the state of the object.
        * enthought.preferences: Manages application preferences.
        * enthought.resource: Manages application resources such as images and
          sounds.
        * enthought.sweet_pickle: Handles class-level versioning, to support
          loading of saved data that exist over several generations of internal
          class structures.
        * enthought.template: Supports creating templatizable object
          hierarchies.
        * enthought.type_manager: Manages type extensions, including factories
          to generate adapters, and hooks for methods and functions.
        * enthought.undo: Supports undoing and scripting application commands.
<<
License: BSD 
Homepage: http://code.enthought.com/projects/app_tools.php
<<


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

Reply via email to