19 lines
789 B
Bash
19 lines
789 B
Bash
# Template file for 'python3-astroid'
|
|
pkgname=python3-astroid
|
|
version=2.5.3
|
|
revision=1
|
|
wrksrc="astroid-${version}"
|
|
build_style=python3-module
|
|
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-parsing"
|
|
short_desc="Abstract syntax tree for Python3"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
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="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
|
checksum=ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91
|