python/astroid: Updated for version 1.3.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
55ad6138ec
commit
d257c7ee77
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for astroid
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 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=astroid
|
||||
VERSION=${VERSION:-1.3.6}
|
||||
VERSION=${VERSION:-1.3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="astroid"
|
||||
VERSION="1.3.6"
|
||||
VERSION="1.3.7"
|
||||
HOMEPAGE="https://bitbucket.org/logilab/astroid"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.3.6.tar.gz"
|
||||
MD5SUM="0d387f5b2e878f424b95af3bfe44e106"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.3.7.tar.gz"
|
||||
MD5SUM="fcea39824885100a8fe643846352c715"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools logilab-common"
|
||||
|
|
Loading…
Reference in New Issue