python/astroid: Updated for version 1.4.7.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-07-08 14:05:02 +03:00 committed by Willy Sudiarto Raharjo
parent 8276231a6c
commit c685096137
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
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.4.6}
VERSION=${VERSION:-1.4.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="astroid"
VERSION="1.4.6"
VERSION="1.4.7"
HOMEPAGE="https://bitbucket.org/logilab/astroid"
DOWNLOAD="https://pypi.python.org/packages/2a/c8/9f5b1d99a85f60d249658e7ebcedecb3660b84ed3cd2adf2e91133e966a6/astroid-1.4.6.tar.gz"
MD5SUM="6f7636a38991a42e06b56430a3fd03a6"
DOWNLOAD="https://pypi.python.org/packages/ac/bf/4d536d9fd3017eefb4cdef6f69d1253ee9a52309a8f325ab52c2fbc1ba94/astroid-1.4.7.tar.gz"
MD5SUM="40de5e153f7be37cd640bce6303d1754"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six python-lazy-object-proxy python-wrapt"