mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/astroid: Updated for version 1.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ff4b3739ff
commit
421000ea86
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for astroid
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 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.4.9}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="astroid"
|
||||
VERSION="1.4.9"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="https://bitbucket.org/logilab/astroid"
|
||||
DOWNLOAD="https://pypi.python.org/packages/55/14/be963877c2f336c6df8a77457f47163fd55427c0344bab2ba3f940d4edb8/astroid-1.4.9.tar.gz"
|
||||
MD5SUM="a57438971de05eb801b82eae59c05217"
|
||||
DOWNLOAD="https://pypi.python.org/packages/69/8b/711d5475de8784ecf8d9e208b3f4cbbeab5ca7d9e6592ebb359173bc5f26/astroid-1.5.2.tar.gz"
|
||||
MD5SUM="f2290291be501f7534e3d81ec29d8a2a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six python-lazy-object-proxy python-wrapt"
|
||||
|
|
Loading…
Reference in a new issue