freebsd-ports/devel/py-aspects/pkg-plist
Philippe Audeoud 8cd7215b76 aspects is a lightweight approach to aspect oriented programming (AOP) in
Python.The aspects.py library provides means to intercept 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.

WWW:    http://www.cs.tut.fi/~ask/aspects/index.shtml

PR:		ports/131319
Submitted by:	Sofian Brabez <sbrabez at gmail.com>
2009-02-04 09:55:27 +00:00

12 lines
480 B
Plaintext

%%PYTHON_SITELIBDIR%%/aspects.py
%%PYTHON_SITELIBDIR%%/aspects.pyc
%%PYTHON_SITELIBDIR%%/aspects.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpget_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout_advice.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tracer_advice.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tracer_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/typecheck_advice.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/typecheck_example.py
@dirrm %%EXAMPLESDIR%%