# Template file for 'python-astroid' pkgname=python-astroid version=1.6.2 revision=1 noarch=yes wrksrc="astroid-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-six python-lazy-object-proxy python-wrapt python-backports.functools_lru_cache python-enum34 python-singledispatch" pycompile_module="astroid" short_desc="Abstract syntax tree for Python2" maintainer="Alessio Sergi " homepage="https://github.com/PyCQA/astroid" license="GPL-2, LGPL-2.1" distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz" checksum=a92c1197dd496ef2470e73e1c296fc02a719907ee07259744e26a13bda9d4862 post_install() { # no tests rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests } python3-astroid_package() { noarch=yes depends="python3-six python3-lazy-object-proxy python3-wrapt" pycompile_module="astroid" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }