From db827d82a32a8078bcb837f4b100fb16f3e8d1ff Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 14 Apr 2017 15:57:51 +0200 Subject: [PATCH] python-astroid: update to 1.5.1 --- srcpkgs/python-astroid/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template index 3047ba80dc..2cb6c191ce 100644 --- a/srcpkgs/python-astroid/template +++ b/srcpkgs/python-astroid/template @@ -1,19 +1,20 @@ # Template file for 'python-astroid' pkgname=python-astroid -version=1.4.9 +version=1.5.1 revision=1 noarch=yes wrksrc="astroid-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-six python-lazy-object-proxy python-wrapt" +depends="python-six python-lazy-object-proxy python-wrapt + python-backports.functools_lru_cache python-enum34 python-singledispatch" pycompile_module="astroid" short_desc="Abstract syntax tree for Python2" 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=a483e7891ce3a06dadfc6cb9095b0938aca58940d43576d72e4502b480c085d7 +checksum=b1d87cbb3dbcca64f8fb8252d2a6650c3bf7b1fc6516831c1b63462d965f2af7 post_install() { # no tests