python/python-distutils-extra: Updated for version 2.32.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Larry Hajali 2012-04-15 00:02:36 -05:00 committed by Robby Workman
parent 4b3c0cbf2a
commit ad365de131
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
Python-distutils-extra allows to easily integrate themable icons, Python-distutils-extra allows to easily integrate themable icons,
scrollkeeper based documentation and gettext based translations in scrollkeeper based documentation, and gettext based translations in
your python install and build tools. It can be used with python's your python install and build tools. It can be used with python's
distutils or the enhanced setuptools. distutils or the enhanced setuptools.
This requires pysetuptools. This requires distribute.

View file

@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com> # Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=python-distutils-extra PRGNAM=python-distutils-extra
VERSION=2.27 VERSION=2.32
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-distutils-extra" PRGNAM="python-distutils-extra"
VERSION="2.27" VERSION="2.32"
HOMEPAGE="https://launchpad.net/python-distutils-extra" HOMEPAGE="https://launchpad.net/python-distutils-extra"
DOWNLOAD="http://launchpad.net/python-distutils-extra/trunk/2.27/+download/python-distutils-extra-2.27.tar.gz" DOWNLOAD="https://launchpad.net/python-distutils-extra/trunk/2.32/+download/python-distutils-extra-2.32.tar.gz"
MD5SUM="327989b473e33a6a4304be7d1c7c2493" MD5SUM="034b6594d10084bb49d99c1511b30187"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Larry Hajali" MAINTAINER="Larry Hajali"