diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-11-07 20:35:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:39:09 +0700 |
commit | c016b2015bf2a2725f36e335402e12b8f456bfcd (patch) | |
tree | 10f68aa02619d6fe1ce279a6a8d5d8a6512fddb1 /python | |
parent | 79a8f439b6090adb9770a78d173f7ed5bdcf570a (diff) |
python/pysetuptools: Updated for version 7.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r-- | python/pysetuptools/pysetuptools.SlackBuild | 2 | ||||
-rw-r--r-- | python/pysetuptools/pysetuptools.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pysetuptools/pysetuptools.SlackBuild b/python/pysetuptools/pysetuptools.SlackBuild index 3844ac5f20f0..f7653964f01a 100644 --- a/python/pysetuptools/pysetuptools.SlackBuild +++ b/python/pysetuptools/pysetuptools.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pysetuptools -VERSION=${VERSION:-6.1} +VERSION=${VERSION:-7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pysetuptools/pysetuptools.info b/python/pysetuptools/pysetuptools.info index 9dff84d7cb3b..0fb2fde16773 100644 --- a/python/pysetuptools/pysetuptools.info +++ b/python/pysetuptools/pysetuptools.info @@ -1,8 +1,8 @@ PRGNAM="pysetuptools" -VERSION="6.1" +VERSION="7.0" HOMEPAGE="https://pypi.python.org/pypi/setuptools" -DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-6.1.tar.gz" -MD5SUM="e9b44838c2e6c66f232327d7821ff6f8" +DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-7.0.tar.gz" +MD5SUM="6245d6752e2ef803c365f560f7f2f940" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |