freebsd-ports/devel/py-venusian/pkg-descr
Ruslan Makhmatkhanov 704f2a19ba - update to 1.0a8
- do not use easy_install and convert to auto-generated packing list

while here:
- add LICENSE (BSD4CLAUSE)
- remove indefinite article from COMMENT

PR:		185743
Submitted by:	Eero Hanninen <fax@nohik.ee>
Approved by:	maintainer timeout (3 weeks)
2014-02-09 14:56:36 +00:00

6 lines
304 B
Text

Venusian is a library which allows framework authors to defer decorator
actions. Instead of taking actions when a function (or class) decorator
is executed at import time, you can defer the action usually taken by
the decorator until a separate "scan" phase.
WWW: https://pypi.python.org/pypi/venusian/