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

Added Files:
        envisage-core-py.info envisage-plugins-py.info 
Log Message:
New from -submissions
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=2430349&group_id=17203

--- NEW FILE: envisage-core-py.info ---
Info2: <<
Package: envisage-core-py%type_pkg[python]
Version: 3.0.1
Revision: 1
Maintainer: Jed Frechette <[email protected]>
Type: python (2.5)
Depends: <<
    python%type_pkg[python],
    enthought-base-py%type_pkg[python] (>= 3.0.0),
    traits-py%type_pkg[python] (>= 3.0.3),
    app-tools-py%type_pkg[python] (>= 3.1.0)
<<
BuildDepends: <<
    setuptools-py%type_pkg[python],
    setupdocs-py%type_pkg[python]
<<
Source: 
http://pypi.python.org/packages/source/E/EnvisageCore/EnvisageCore-%v.tar.gz
Source-MD5: 88ce02329f0437505ca1ef429b75e66f
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: Extensible Application Framework
DescDetail: <<
    Envisage is a Python-based framework for building extensible applications,
    that is, applications whose functionality can be extended by adding
    "plug-ins". Envisage provides a standard mechanism for features to be added
    to an application, whether by the original developer or by someone else.
    In fact, when you build an application using Envisage, the entire
    application consists primarily of plug-ins. In this respect, it is similar
    to the Eclipse and Netbeans frameworks for Java applications.

    Each plug-in is able to:
        * Advertise where and how it can be extended (its "extension points").
        * Contribute extensions to the extension points offered by other
          plug-ins.
        * Create and share the objects that perform the real work of the
          application ("services").

    The EnvisageCore project provides the basic machinery of the Envisage
    framework. This project contains no plug-ins. You are free to use:
        * plug-ins from the EnvisagePlugins project
        * plug-ins from other ETS projects that expose their functionality as
          plug-ins
        * plug-ins that you create yourself
<<
License: BSD 
Homepage: http://code.enthought.com/projects/envisage/
<<

--- NEW FILE: envisage-plugins-py.info ---
Info2: <<
Package: envisage-plugins-py%type_pkg[python]
Version: 3.0.1
Revision: 1
Maintainer: Jed Frechette <[email protected]>
Type: python (2.5)
Depends: <<
    python%type_pkg[python],
    traits-py%type_pkg[python] (>= 3.0.3),
    traits-gui-py%type_pkg[python] (>= 3.0.3),
    traits-backend-wx-py%type_pkg[python] (>= 3.0.3) | 
traits-backend-qt-py%type_pkg[python] (>= 3.0.3),
    app-tools-py%type_pkg[python] (>= 3.1.0),
    envisage-core-py%type_pkg[python] (>= 3.0.1)
<<
BuildDepends: <<
    setuptools-py%type_pkg[python],
    setupdocs-py%type_pkg[python]
<<
Source: 
http://pypi.python.org/packages/source/E/EnvisagePlugins/EnvisagePlugins-%v.tar.gz
Source-MD5: 06653d5e4dd591ca7917cf1a247bbda0
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: Plugins for the Envisage framework
DescDetail: <<
    The EnvisagePlugins project includes a number of plug-ins for the Envisage
    framework that Enthought has found useful for building scientific
    applications. Envisage does not require that you use these plug-ins, but
    you may find them useful to avoid having to reinvent these particular
    wheels.
        * Workbench: Provides an application GUI window that supports views
          and perspectives, similar to the Eclipse IDE.
        * Action: Supports user-interaction command mechanisms, such as
          toolbars, menus, and buttons.
        * Single Project: Supports a project paradigm for saving application
          data, assuming an interaction model in which only one project can be
          open in the application at a time.
        * Text Editor: Provides a rudimentary text editor interface.
        * Python Shell: Provides an interactive Python shell within a
          Workbench-based application.
        * Debug: Provides the Frame Based Inspector from the ETSDevTools
          project as an Envisage plug-in.
<<
License: BSD 
Homepage: http://code.enthought.com/projects/envisage_plugins.php
<<


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to