Info2: << Package: enthought-base-py%type_pkg[python] Version: 3.0.5 Revision: 1 Maintainer: Martin Costabel # Previously maintained by Jed Frechette Distribution: (%type_pkg[python] = 24) 10.4 Type: python (2.4 2.5 2.6) Depends: << python%type_pkg[python] << BuildDepends: << setuptools-tng-py%type_pkg[python], setupdocs-py%type_pkg[python] << Source: http://pypi.python.org/packages/source/E/EnthoughtBase/EnthoughtBase-%v.tar.gz Source-MD5: dce9dcea96c6bae722a34118f31dd12d 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 unzip docs/html.zip -d docs << DocFiles: << docs/html examples *.txt << Description: Core packages for the Enthought Tool Suite DescDetail: << The EnthoughtBase project includes a few core packages that are used by many other projects in the Enthought Tool Suite: * enthought.etsconfig: Supports configuring settings that need to be shared across multiple projects or programs on the same system. Most significant of these is the GUI toolkit to be used. You can also configure locations for writing application data and user data, and the name of the company responsible for the software (which is used in the application and user data paths on some systems). * enthought.logger: Provides convenience functions for creating logging handlers. * enthought.util: Provides miscellaneous utility functions. << License: BSD Homepage: http://code.enthought.com/projects/enthought_base.php <<