From 144e92d5c8385d30878ba5b0fbb078d73fd5a9eb Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 8 Oct 2016 22:40:34 +0200 Subject: [PATCH] python-astroid: update to 1.4.8 --- srcpkgs/python-astroid/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template index 4ba7f9487b9..a2f4ff3bd96 100644 --- a/srcpkgs/python-astroid/template +++ b/srcpkgs/python-astroid/template @@ -1,9 +1,8 @@ # Template file for 'python-astroid' pkgname=python-astroid -version=1.4.6 +version=1.4.8 revision=1 noarch=yes -replaces="python-logilab-common>=0" wrksrc="astroid-${version}" build_style=python-module python_versions="2.7 3.4" @@ -15,7 +14,7 @@ maintainer="Alessio Sergi " homepage="https://github.com/PyCQA/astroid" license="GPL-2, LGPL-2.1" distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz" -checksum=c304b70cb792dd361f918f662e3fb9bfe4a5d7b749f2e32d3ebcba26d4e4599f +checksum=5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3 post_install() { # no tests @@ -24,7 +23,6 @@ post_install() { python3.4-astroid_package() { noarch=yes - replaces="python3.4-logilab-common>=0" depends="python3.4-six python3.4-lazy-object-proxy python3.4-wrapt" pycompile_version="3.4" pycompile_module="astroid"