Skip to content

Commit

Permalink
python3-astroid: update to 2.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn authored and Chocimier committed Dec 7, 2019
1 parent 80858c7 commit 261c04e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions srcpkgs/python3-astroid/template
@@ -1,20 +1,23 @@
# Template file for 'python3-astroid'
pkgname=python3-astroid
version=2.2.5
revision=2
version=2.3.3
revision=1
archs=noarch
wrksrc="astroid-${version}"
build_style=python3-module
pycompile_module="astroid"
hostmakedepends="python3-setuptools"
depends="python3-six python3-lazy-object-proxy python3-wrapt
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"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/PyCQA/astroid"
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"
checksum=6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4
checksum=71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a

post_install() {
# no tests
Expand Down

0 comments on commit 261c04e

Please sign in to comment.