pkgname: python-pathspec pkgver: '1.1.1' pkgrel: '1' pkgdesc: Utility library for gitignore style pattern matching of file paths url: 'https://github.com/cpburnz/python-path-specification' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel - python-flit-core source: - 'https://pypi.io/packages/source/p/pathspec/pathspec-${pkgver}.tar.gz' sha256sums: - 17db5ecd524104a120e173814c90367a96a98d07c45b2e10c2f3919fff91bf5a build: "cd pathspec-${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 pathspec\n\n\ find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true