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

# source: james
TARBALL=python-lxml-$PKGVER.tar.gz
MD5SUM=235c1a22d97a174144e76b66ce62ae46
SRC_URL=https://lxml.de/files/lxml-$PKGVER.tgz
BUNDLE=

SLACKREQ='python libxml2 libxslt'
SLACKDESC="python-lxml: python-lxml $PKGVER (Python XML/XSLT binding)
python-lxml: 
python-lxml: The lxml XML toolkit is a Pythonic binding for the C libraries 
python-lxml: libxml2 and libxslt. It is unique in that it combines the speed and 
python-lxml: XML feature completeness of these libraries with the simplicity of a 
python-lxml: native Python API, mostly compatible but superior to the well-known 
python-lxml: ElementTree API.
python-lxml: 
python-lxml: https://lxml.de/
python-lxml: 
python-lxml: This is for Python2
"

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


