python/astroid: Updated for version 1.4.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-12-31 04:01:11 +02:00 committed by Willy Sudiarto Raharjo
parent f17041ee75
commit 3e86a22367
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=astroid
VERSION=${VERSION:-1.3.8}
VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="astroid"
VERSION="1.3.8"
VERSION="1.4.3"
HOMEPAGE="https://bitbucket.org/logilab/astroid"
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.3.8.tar.gz"
MD5SUM="55db95c6ea52a71dc21df7824ccbdeec"
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.4.3.tar.gz"
MD5SUM="71a7f3c1d0effab87e83299ef7f244c2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools logilab-common"
REQUIRES="six python-lazy-object-proxy python-wrapt"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"