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>
10 lines
332 B
Text
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"
|