freebsd-ports/devel/py-ruledispatch/pkg-descr
Nicola Vitale f902fc9654 - Update to 0.5.a1.r2717
- Remove files/*
- Update MASTER_SITES
- Add LICENSE
- Stagify  [1]
- Don't install a (zipped) Python egg anymore
- Add pre-build and pre-install targets to strip dynamic library
- Improve description of the port
- Add WWW field  [1], and remove Author: from pkg-descr

PR:	ports/188559  [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-14 02:29:55 +00:00

6 lines
298 B
Text

RuleDispatch is a prototype implementation of the Chambers and Chen
"efficient multiple and predicate dispatch" algorithm for Python.
It lets youspecify a function in terms of a collection of arbitrary
rules, including Lisp-style "before/after/around" methods.
WWW: http://peak.telecommunity.com/