pkgname: python-lxml pkgver: '6.1.1' pkgrel: '2' pkgdesc: Python3 binding for the libxml2 and libxslt libraries url: ' https://files.pythonhosted.org/' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel - python-installer - libxslt source: - 'https://files.pythonhosted.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz' sha256sums: - ba96ae44888e0185281e937633a743ea90d5a196c6000f82565ebb0580012d40 build: | cd lxml-${pkgver} pip3 wheel -w dist \ --no-build-isolation \ --no-deps $PWD python -m installer --destdir="${PKGDIR}" dist/*.whl find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf package: | true