pkgname: python-codestyle pkgver: '2.14.0' pkgrel: '1' pkgdesc: Python style guide checker url: 'https://pycodestyle.pycqa.org' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel source: - 'https://github.com/PyCQA/pycodestyle/archive/${pkgver}/python-pycodestyle-${pkgver}.tar.gz' sha256sums: - ffcf4dc55f1e5fbdc6dd6acf5db0fd07ded534ae376eee23a742e1410b48d9ae build: "cd pycodestyle-${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 pycodestyle\n\ \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true