freebsd-ports/devel/py-aspects/pkg-descr
Sofian Brabez 2e3ef3ccd2 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency [1]
- Convert USES_GMAKE to USES=gmake
- Add LICENSE

Submitted by:	mva [1]
2013-11-29 09:35:27 +00:00

6 lines
350 B
Text

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