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

pkgname=python-cssutils
pkgver=0.9.9
pkgrel=1gv
source=("https://bitbucket.org/cthedot/cssutils/downloads/cssutils-$pkgver.zip")
docs=("authors" "install" "readme.txt" "copying*")
url=http://www.cthedot.de/cssutils/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-cssutils (Cascading Style Sheets parser and library for Python)"
"cssutils is a Python package to parse and build CSS Cascading Style"
"Sheets. Currently a DOM only, no rendering options."
)

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