diff --git a/srcpkgs/python-astroid/template b/srcpkgs/python-astroid/template index d00eddf3ca3..2d1b4d02303 100644 --- a/srcpkgs/python-astroid/template +++ b/srcpkgs/python-astroid/template @@ -1,20 +1,20 @@ # Template file for 'python-astroid' pkgname=python-astroid -version=1.6.3 +version=1.6.4 revision=1 noarch=yes wrksrc="astroid-${version}" build_style=python-module +pycompile_module="astroid" hostmakedepends="python-setuptools python3-setuptools" 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" +license="GPL-2.0-or-later, LGPL-2.1-or-later" distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz" -checksum=35cfae47aac19c7b407b7095410e895e836f2285ccf1220336afba744cc4c5f2 +checksum=dea42ae6e0b789b543f728ddae7ddb6740ba33a49fb52c4a4d9cb7bb4aa6ec09 post_install() { # no tests @@ -23,8 +23,8 @@ post_install() { python3-astroid_package() { noarch=yes - depends="python3-six python3-lazy-object-proxy python3-wrapt" pycompile_module="astroid" + depends="python3-six python3-lazy-object-proxy python3-wrapt" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*