#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=python-lxml
pkgver=4.8.0
pkgrel=1gv
source=("https://github.com/lxml/lxml/archive/refs/tags/lxml-$pkgver.tar.gz")
docs=("authors" "install" "readme" "copying")
url=https://lxml.de/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-lxml (Python bindings for libxml2 and libxslt)"
"xml is a Pythonic binding for the libxml2 and libxslt libraries. It is"
"unique in that it combines the speed and feature completeness of these"
"libraries with the simplicity of a native Python API,"
"mostly compatible but superior to the well-known ElementTree API."
)

build() {
	cd $startdir/src/lxml-lxml-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
	python3 setup.py install --prefix=/usr --root=$startdir/pkg
}
