python/astroid: Updated for version 1.4.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c0fd934a5a
commit
e81498e492
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=astroid
|
||||
VERSION=${VERSION:-1.4.5}
|
||||
VERSION=${VERSION:-1.4.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="astroid"
|
||||
VERSION="1.4.5"
|
||||
VERSION="1.4.6"
|
||||
HOMEPAGE="https://bitbucket.org/logilab/astroid"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.4.5.tar.gz"
|
||||
MD5SUM="c106eb90e6d62835c73fa4a080fd5c05"
|
||||
DOWNLOAD="https://pypi.python.org/packages/2a/c8/9f5b1d99a85f60d249658e7ebcedecb3660b84ed3cd2adf2e91133e966a6/astroid-1.4.6.tar.gz"
|
||||
MD5SUM="6f7636a38991a42e06b56430a3fd03a6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six python-lazy-object-proxy python-wrapt"
|
||||
|
|
Loading…
Reference in New Issue