Info2: << Type: python (2.4 2.5 2.6 2.7) Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Package: python-aspects-py%type_pkg[python] Version: 1.3 Revision: 1 Source: http://www.cs.tut.fi/~ask/aspects/python-aspects-%v.tar.gz Maintainer: Olivier Hervieu Homepage: http://brain-dump.org/projects/dvtm/ License: LGPL Description: Aspect oriented programming library Source-MD5: ecbd94aa358f2e21675a88943a175ee2 DocFiles: INSTALL.txt LICENSE.txt README.txt examples CompileScript: echo Skipping compile stage InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DescDetail: << aspects.py is a lightweight and low-level library for intercepting function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the execution of the original function can be omitted, or the function can be called arbitrarily many times. Wraps are able to modify the call arguments and the return values of wrapped functions and handle exceptions. There can be many wraps on the same function. The wraps can be enabled, disabled and removed in any order. In the terminology of aspect-oriented programming, the library allows applying advices (wraps) to call join points of methods and functions in around fashion. << Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12) <<