pkgname: python-editables pkgver: '0.6' pkgrel: '1' pkgdesc: Python library for creating "editable wheels" url: 'https://github.com/pfmoore/editables' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel - python-flit-core source: - 'https://pypi.org/packages/source/e/editables/editables-${pkgver}.tar.gz' sha256sums: - 1163834902381c4613787951c5914800fdf155ae08848a373b8ea5006780977c build: "cd editables-${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 editables\n\ \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true