makedepends=(python-six)

description="Python 3 Useful miscellaneous modules used by Logilab projects."
url="https://bitbucket.org/logilab/astroid"

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

name=python-astroid
_name=astroid
version=4.0.3

source=(https://pypi.python.org/packages/source/a/astroid/astroid-${version}.tar.gz)

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

build=pip3
