17 lines
743 B
Bash
17 lines
743 B
Bash
# Template file for 'python3-astroid'
|
|
pkgname=python3-astroid
|
|
version=2.11.6
|
|
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 python3-typing_extensions"
|
|
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=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2
|