diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-04-26 22:06:24 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:23:28 -0300 |
commit | 14c3d7cfa8d9d4185fa25999244770faa04139ac (patch) | |
tree | 61f17f06887bfa70d663309a3a9d7f34ee6f2dd2 | |
parent | 2e41e0194107d6c66aecb5291debca321270d71f (diff) | |
download | slackbuilds-14c3d7cfa8d9d4185fa25999244770faa04139ac.tar.gz |
python/distribute: Updated for version 0.6.36.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | python/distribute/distribute.SlackBuild | 4 | ||||
-rw-r--r-- | python/distribute/distribute.info | 8 | ||||
-rw-r--r-- | python/distribute/slack-desc | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/distribute/distribute.SlackBuild b/python/distribute/distribute.SlackBuild index 161a9ee057..efd426a0e3 100644 --- a/python/distribute/distribute.SlackBuild +++ b/python/distribute/distribute.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for distribute -# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=distribute -VERSION=${VERSION:-0.6.30} +VERSION=${VERSION:-0.6.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/distribute/distribute.info b/python/distribute/distribute.info index dd3efdc585..937e18748b 100644 --- a/python/distribute/distribute.info +++ b/python/distribute/distribute.info @@ -1,8 +1,8 @@ PRGNAM="distribute" -VERSION="0.6.30" -HOMEPAGE="http://packages.python.org/distribute/" -DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz" -MD5SUM="d239a2c7d40e126274dab3e2aa89d591" +VERSION="0.6.36" +HOMEPAGE="https://pythonhosted.org/distribute/" +DOWNLOAD="https://pypi.python.org/packages/source/d/distribute/distribute-0.6.36.tar.gz" +MD5SUM="a923385de72dcdca68cd4ac2b9dc1148" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/distribute/slack-desc b/python/distribute/slack-desc index 7ee5724fcd..3b5a6a5117 100644 --- a/python/distribute/slack-desc +++ b/python/distribute/slack-desc @@ -11,7 +11,7 @@ distribute: distribute: Distribute is intended to replace Setuptools as the standard method distribute: for working with Python module distributions. distribute: -distribute: Homepage: http://packages.python.org/distribute/ +distribute: Homepage: https://pythonhosted.org/distribute/ distribute: distribute: distribute: |