          MODULE=python-simplegeneric
         VERSION=0.8.1
          SOURCE=simplegeneric-$VERSION.zip
      SOURCE_URL=http://pypi.python.org/packages/source/s/simplegeneric
      SOURCE_VFY=sha256:dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
SOURCE_DIRECTORY=$BUILD_DIRECTORY/simplegeneric-$VERSION
        WEB_SITE=http://cheeseshop.python.org/pypi/simplegeneric
            TYPE=python3
         ENTERED=20150817
         UPDATED=20180803
           SHORT="Simple generic Python functions"

cat << EOF
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. However, instead of using specially-named
methods, these generic functions use simple lookup tables, akin to those
used by e.g. pickle.dump() and other generic functions found in
the Python standard library.
EOF
