mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/astroid: Updated for version 1.4.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b9274ec02c
commit
abee63ffdf
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=astroid
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
VERSION=${VERSION:-1.4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="astroid"
|
||||
VERSION="1.4.4"
|
||||
VERSION="1.4.5"
|
||||
HOMEPAGE="https://bitbucket.org/logilab/astroid"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.4.4.tar.gz"
|
||||
MD5SUM="a89d6f06e7b75810506446c33a201801"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.4.5.tar.gz"
|
||||
MD5SUM="c106eb90e6d62835c73fa4a080fd5c05"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six python-lazy-object-proxy python-wrapt"
|
||||
|
|
Loading…
Reference in a new issue