python3-astroid: update to 2.3.3.
This commit is contained in:
parent
80858c7885
commit
261c04e0ac
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-astroid'
|
# Template file for 'python3-astroid'
|
||||||
pkgname=python3-astroid
|
pkgname=python3-astroid
|
||||||
version=2.2.5
|
version=2.3.3
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="astroid-${version}"
|
wrksrc="astroid-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -9,12 +9,15 @@ pycompile_module="astroid"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-lazy-object-proxy python3-wrapt
|
depends="python3-six python3-lazy-object-proxy python3-wrapt
|
||||||
python3-typed-ast"
|
python3-typed-ast"
|
||||||
|
checkdepends="$depends python3-attrs python3-pytest python3-wcwidth
|
||||||
|
python3-py python3-pluggy python3-more-itertools python3-importlib_metadata
|
||||||
|
python3-parsing python3-zipp"
|
||||||
short_desc="Abstract syntax tree for Python3"
|
short_desc="Abstract syntax tree for Python3"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/PyCQA/astroid"
|
|
||||||
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"
|
||||||
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
||||||
checksum=6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4
|
checksum=71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# no tests
|
# no tests
|
||||||
|
|
Loading…
Reference in a new issue