makedepends=(python-astroid python-six)

description="Analyzes Python code looking for bugs and signs of poor quality."
url="http://pylint.org"

packager="Great-OS Team"
maintainer="Great-OS Team"

alias=(pylint)

name=python-pylint
_name=pylint
version=4.0.4

source=(https://github.com/PyCQA/pylint/archive/v$version/pylint-$version.tar.gz)

prepare() {
  pip3 install --upgrade pip
  pip3 install build pathspec trove-classifiers pluggy wheel installer

  pip3 install platformdirs isort mccabe tomlkit dill
}

build=pip3