mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ec0890935d
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> |
||
---|---|---|
.. | ||
README | ||
simplegeneric.info | ||
simplegeneric.SlackBuild | ||
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.