python3-astroid: update to 2.8.3.
This commit is contained in:
parent
a5d12d56b8
commit
cc3b5c5df2
1 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=2.8.0
|
||||
revision=2
|
||||
version=2.8.3
|
||||
revision=1
|
||||
wrksrc="astroid-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-lazy-object-proxy python3-wrapt python3-setuptools
|
||||
python3-typing_extensions"
|
||||
depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
|
||||
checkdepends="$depends python3-pytest python3-numpy"
|
||||
short_desc="Abstract syntax tree for Python3"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
|
@ -14,4 +13,4 @@ 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="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=20d69b874d2fd6ffd3f71c51ce67ba253f288342b803bda247da2595f0d0ed8f
|
||||
checksum=4cccf37b45f72a2107c2541829f36b00348679967868ba54a03a52a1bd4ae7ff
|
||||
|
|
Loading…
Reference in a new issue