python3-astroid: update to 2.15.4.
This commit is contained in:
parent
2bbf0782ea
commit
0d5c8dc285
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=2.15.2
|
||||
version=2.15.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-lazy-object-proxy python3-wrapt"
|
||||
checkdepends="$depends python3-pytest python3-numpy"
|
||||
# pip is necessary because IsolatedAstroidManagerTest.test_no_user_warning
|
||||
# tries to use the pip module with mgr.ast_from_module_name("pip")
|
||||
checkdepends="$depends python3-pytest python3-numpy python3-pip"
|
||||
short_desc="Abstract syntax tree for Python3"
|
||||
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="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=eb9a4ee7ca74a6f4f2a26e3cb68db2f0dc0a4350555782f3b61cb5bc7c1794e4
|
||||
checksum=a2b2d239476464c63fbfbd0dbebe589cf5ecd48820015dbb9f1c1c986fd2d6dc
|
||||
|
|
Loading…
Reference in New Issue