17 lines
716 B
Bash
17 lines
716 B
Bash
# Template file for 'python3-astroid'
|
|
pkgname=python3-astroid
|
|
version=2.9.0
|
|
revision=1
|
|
wrksrc="astroid-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-lazy-object-proxy python3-wrapt python3-setuptools"
|
|
checkdepends="$depends python3-pytest python3-numpy"
|
|
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=35ceb3584637c7ad7c0238024ec8d4a7693f868238e03d37ae77975fdb45b76d
|