mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/futures: Updated for version 3.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f14c5d8f70
commit
37e41c81bf
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for futures
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=futures
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
VERSION=${VERSION:-3.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="futures"
|
||||
VERSION="3.0.2"
|
||||
HOMEPAGE="http://code.google.com/p/pythonfutures"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/futures/futures-3.0.2.tar.gz"
|
||||
MD5SUM="42aaf1e4de48d6e871d77dc1f9d96d5a"
|
||||
VERSION="3.0.5"
|
||||
HOMEPAGE="https://github.com/agronholm/pythonfutures"
|
||||
DOWNLOAD="https://pypi.python.org/packages/55/db/97c1ca37edab586a1ae03d6892b6633d8eaa23b23ac40c7e5bbc55423c78/futures-3.0.5.tar.gz"
|
||||
MD5SUM="ced2c365e518242512d7a398b515ff95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -11,9 +11,9 @@ futures:
|
|||
futures: A Java-style futures package for Python
|
||||
futures: This package is described in PEP-3148 and is included in Python 3.2.
|
||||
futures:
|
||||
futures: Homepage: https://github.com/agronholm/pythonfutures
|
||||
futures:
|
||||
futures:
|
||||
futures:
|
||||
futures:
|
||||
futures: Homepage: http://code.google.com/p/pythonfutures/
|
||||
futures:
|
||||
|
|
Loading…
Reference in a new issue