python-astroid: update to 1.5.1
This commit is contained in:
parent
2f2c49d673
commit
db827d82a3
1 changed files with 4 additions and 3 deletions
|
@ -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 <al3hex@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue