mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-astroid: update to 2.12.12.
This commit is contained in:
parent
b9d7566b5e
commit
38cdf98adf
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=2.11.6
|
||||
revision=2
|
||||
version=2.12.12
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
|
||||
depends="python3-lazy-object-proxy python3-wrapt"
|
||||
checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions"
|
||||
short_desc="Abstract syntax tree for Python3"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
|
@ -12,4 +12,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=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2
|
||||
checksum=df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418
|
||||
|
|
Loading…
Add table
Reference in a new issue