diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-08-13 20:49:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:53 +0700 |
commit | c0f502706e307f8b3d47bc42dced977adf89799e (patch) | |
tree | e2bba8e5e3321f1f4a4b84ce8b876b41a46a2a75 /python | |
parent | e9ff32713d1e054614e2d74cd7727bde0cc094be (diff) | |
download | slackbuilds-c0f502706e307f8b3d47bc42dced977adf89799e.tar.gz |
python/astroid: Downgraded for version 1.6.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/astroid/astroid.SlackBuild | 2 | ||||
-rw-r--r-- | python/astroid/astroid.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/astroid/astroid.SlackBuild b/python/astroid/astroid.SlackBuild index 5adac2f726..5c3b2b6a7c 100644 --- a/python/astroid/astroid.SlackBuild +++ b/python/astroid/astroid.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=astroid -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-1.6.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/astroid/astroid.info b/python/astroid/astroid.info index 69b2fded5a..ff5281b792 100644 --- a/python/astroid/astroid.info +++ b/python/astroid/astroid.info @@ -1,8 +1,8 @@ PRGNAM="astroid" -VERSION="2.0.4" +VERSION="1.6.5" HOMEPAGE="https://bitbucket.org/logilab/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/73/5f/560f729a496a27b658687d90ece2865c9b8ba60f28f7460f5ebf2acf8c4f/astroid-2.0.4.tar.gz" -MD5SUM="eb1c4312019809696634b33d639eee9d" +DOWNLOAD="https://files.pythonhosted.org/packages/04/58/2dc2c7769c37eac4665870a8e925334837bfe9b23599d28f3767a72e593a/astroid-1.6.5.tar.gz" +MD5SUM="2dd01ef0d5b5f0fc754c1ba40137b61c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six python-lazy-object-proxy python-wrapt" |