#Packager: Richard Lapointe <richard@laprjns.com>
#Former Packager(s): Name <email@address.com>
#Anything commented is optional and can be deleted

pkgname=python-lxml		
pkgver=3.6.0	
pkgrel=1rl
#arch=noarch
source=(https://pypi.python.org/packages/source/l/lxml/lxml-3.6.0.tar.gz)
sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/
docs=("authors" "install" "readme" "copying")
url=https://pypi.python.org
#dotnew=()
#CFLAGS=
#CXXFLAGS=
#options=('noextract')

#doinst() {
#
#}

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-$pkgver
	python setup.py install --prefix=/usr --root=$startdir/pkg
}
