python3-astroid: update to 2.11.6.
This commit is contained in:
parent
bda1ef7b88
commit
9493a88f5c
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-astroid'
|
# Template file for 'python3-astroid'
|
||||||
pkgname=python3-astroid
|
pkgname=python3-astroid
|
||||||
version=2.11.4
|
version=2.11.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="astroid-${version}"
|
wrksrc="astroid-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
|
depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
|
||||||
checkdepends="$depends python3-pytest python3-numpy"
|
checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
|
||||||
short_desc="Abstract syntax tree for Python3"
|
short_desc="Abstract syntax tree for Python3"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/PyCQA/astroid"
|
homepage="https://github.com/PyCQA/astroid"
|
||||||
changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
|
||||||
distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6
|
checksum=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2
|
||||||
|
|
Loading…
Reference in New Issue