pkgname: python-ptyprocess pkgver: '0.7.0' pkgrel: '9' pkgdesc: Run a subprocess in a pseudo terminal. url: 'https://github.com/pexpect/ptyprocess' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel source: - 'https://pypi.io/packages/source/p/ptyprocess/ptyprocess-${pkgver}.tar.gz' sha256sums: - 5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220 build: "cd ptyprocess-${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 ptyprocess\n\ \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n" package: | true