Browse Source
python/astroid: Updated for version 2.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
pull/47/head
Dimitris Zlatanidis
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
4 additions and
4 deletions
-
python/astroid/astroid.SlackBuild
-
python/astroid/astroid.info
|
|
@ -23,7 +23,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=astroid |
|
|
|
VERSION=${VERSION:-1.6.5} |
|
|
|
VERSION=${VERSION:-2.0.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="astroid" |
|
|
|
VERSION="1.6.5" |
|
|
|
VERSION="2.0.4" |
|
|
|
HOMEPAGE="https://bitbucket.org/logilab/astroid" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/04/58/2dc2c7769c37eac4665870a8e925334837bfe9b23599d28f3767a72e593a/astroid-1.6.5.tar.gz" |
|
|
|
MD5SUM="2dd01ef0d5b5f0fc754c1ba40137b61c" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/73/5f/560f729a496a27b658687d90ece2865c9b8ba60f28f7460f5ebf2acf8c4f/astroid-2.0.4.tar.gz" |
|
|
|
MD5SUM="eb1c4312019809696634b33d639eee9d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="six python-lazy-object-proxy python-wrapt" |
|
|
|