diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-01-30 16:27:37 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:57 -0600 |
commit | 9e679b35faa7e66c9ee40bdc3588115185ef1d0f (patch) | |
tree | 7a52c091fe7fd515e63de2945b162ada5067c2f6 /python/pysetuptools | |
parent | 422034fc80147d51fe332c276054651b2434fb58 (diff) | |
download | slackbuilds-9e679b35faa7e66c9ee40bdc3588115185ef1d0f.tar.gz |
python/pysetuptools: Updated for version 2.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/pysetuptools')
-rw-r--r-- | python/pysetuptools/pysetuptools.SlackBuild | 4 | ||||
-rw-r--r-- | python/pysetuptools/pysetuptools.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pysetuptools/pysetuptools.SlackBuild b/python/pysetuptools/pysetuptools.SlackBuild index dcd624ece2..c7597f3728 100644 --- a/python/pysetuptools/pysetuptools.SlackBuild +++ b/python/pysetuptools/pysetuptools.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2013-2014 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pysetuptools -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pysetuptools/pysetuptools.info b/python/pysetuptools/pysetuptools.info index 678e7fd502..2d7294b077 100644 --- a/python/pysetuptools/pysetuptools.info +++ b/python/pysetuptools/pysetuptools.info @@ -1,8 +1,8 @@ PRGNAM="pysetuptools" -VERSION="2.0.1" +VERSION="2.1" HOMEPAGE="https://pypi.python.org/pypi/setuptools" -DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz" -MD5SUM="04aedc705644fda5848b7b428774e5ff" +DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.tar.gz" +MD5SUM="2044725530450d0517393882dc4b7508" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |