slackbuilds_ponce/libraries/simplegeneric/simplegeneric.info
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

10 lines
332 B
Text

PRGNAM="simplegeneric"
VERSION="0.8.1"
HOMEPAGE="http://pypi.python.org/pypi/simplegeneric"
DOWNLOAD="http://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip"
MD5SUM="f9c1fab00fd981be588fc32759f474e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="distribute"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"