python3-astroid: update to 2.6.5, adopt
This commit is contained in:
parent
3d6657e5d6
commit
85090282f7
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=2.5.3
|
||||
version=2.6.5
|
||||
revision=1
|
||||
wrksrc="astroid-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-lazy-object-proxy python3-wrapt
|
||||
python3-typed-ast"
|
||||
checkdepends="$depends python3-attrs python3-pytest python3-wcwidth
|
||||
python3-py python3-pluggy python3-more-itertools python3-parsing"
|
||||
depends="python3-lazy-object-proxy python3-wrapt"
|
||||
checkdepends="$depends python3-pytest python3-numpy"
|
||||
short_desc="Abstract syntax tree for Python3"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://github.com/PyCQA/astroid"
|
||||
changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
|
||||
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
||||
checksum=ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91
|
||||
distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=4e22e703abc1220e6ec4a41740f5d8a51a5484a1b24d61cd4495f995ef2296a7
|
||||
|
|
Loading…
Reference in New Issue