pkgname: python-astroid pkgver: '4.3.1' pkgrel: 1 pkgdesc: Python 3 Useful miscellaneous modules used by Logilab projects. url: 'https://github.com/PyCQA/' arch: x86_64 depends: [] makedepends: - python-setuptools - python-six source: - 'https://github.com/PyCQA/astroid/archive/refs/tags/v${pkgver}.tar.gz' sha256sums: - SKIP build: "cd astroid-${pkgver}\n\npip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\npip3 install --no-index\ \ \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n astroid\n\n\ find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true