slackbuilds_ponce/libraries/simplegeneric
Robby Workman ec0890935d libraries/simplegeneric: Require distribute instead of pysetuptools
Yes, pytsetuptools and distribute are mostly interchangeable (or at
least, distribute can supposedly *always* be used instead), but we
have seen a few cases where some things *require* distribute, so
there's a bit of a conflict when other things needed in the same
dep chain require pysetuputils.  It seems best to make everything
require distribute, and then we eliminate the potential conflicts.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-10 16:37:34 -05:00
..
README libraries/simplegeneric: Fixed dep information 2012-08-26 18:42:40 +02:00
simplegeneric.info libraries/simplegeneric: Require distribute instead of pysetuptools 2012-09-10 16:37:34 -05:00
simplegeneric.SlackBuild libraries/simplegeneric: Updated for version 0.8.1. 2012-05-21 17:58:12 -05:00
slack-desc

The simplegeneric module lets you define simple single-dispatch
generic functions, akin to Python's built-in generic functions like
len(), iter() and so on.