# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgbase=python-lxml
pkgname=('python-lxml')
pkgver=4.9.4
pkgrel=1
pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
arch=('armv7h' 'aarch64')
license=('BSD' 'custom')
url="https://lxml.de/"
depends=('python' 'libxslt')
makedepends=('python-cython')
source=(https://files.pythonhosted.org/packages/source/l/lxml/lxml-$pkgver.tar.gz)
build() {
cd lxml-$pkgver
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
}
package_python-lxml() {
cd lxml-$pkgver
pip3 install --root="$pkgdir" --no-index --find-links=dist --no-cache-dir --no-user lxml
}
sha256sums=('b1541e50b78e15fa06a2670157a1962ef06591d4c998b998047fff5e3236880e')