mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/futures: Updated for version 3.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
af10ba9300
commit
7eb87ad63a
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for futures
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 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:-2.2.0}
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="futures"
|
||||
VERSION="2.2.0"
|
||||
VERSION="3.0.1"
|
||||
HOMEPAGE="http://code.google.com/p/pythonfutures"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/futures/futures-2.2.0.tar.gz"
|
||||
MD5SUM="310e446de8609ddb59d0886e35edb534"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/f/futures/futures-3.0.1.tar.gz"
|
||||
MD5SUM="c872d96e128fb79371409f68f8c17f74"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue