### this file is sourced not run
PKGVER=5.1.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=python-lxml-$PKGVER.tar.gz
MD5SUM=0a9ea25eec8b95c15d69e047fd64b568
SRC_URL=https://files.pythonhosted.org/packages/source/l/lxml/lxml-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 libxml2 libxslt'
SLACKDESC="python3-lxml: python3-lxml $PKGVER (Python bindings for libxml2 and libxslt)
python3-lxml: 
python3-lxml: lxml is a Pythonic, mature binding for the libxml2 and libxslt 
python3-lxml: libraries. It provides safe and convenient access to these libraries 
python3-lxml: using the ElementTree API. It extends the ElementTree API 
python3-lxml: significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, 
python3-lxml: C14N and much more.
python3-lxml: 
python3-lxml: https://pypi.org/project/lxml/
python3-lxml: 
python3-lxml: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


