pkgname: python-six pkgver: '1.17.0' pkgrel: '6' pkgdesc: Python compatibility utilities. url: 'https://pypi.python.org/pypi/six/' arch: x86_64 depends: [] makedepends: - python-wheel - python-setuptools source: - 'https://pypi.io/packages/source/s/six/six-${pkgver}.tar.gz' sha256sums: - ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 build: "cd six-${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} \\\nsix\n\nfind ${PKGDIR} -type d -name vendor\ \ -o -name tests |xargs rm -rf \n" package: | true