18 lines
838 B
Bash
18 lines
838 B
Bash
# Template file for 'python3-astroid'
|
|
pkgname=python3-astroid
|
|
version=2.15.5
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-lazy-object-proxy python3-wrapt"
|
|
# pip is necessary because IsolatedAstroidManagerTest.test_no_user_warning
|
|
# tries to use the pip module with mgr.ast_from_module_name("pip")
|
|
checkdepends="$depends python3-pytest python3-numpy python3-pip"
|
|
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=c819b8f9c97a8365d907d837f1655dca3a0052a494e0c91ec9ad5df48f7a4101
|