#Packager: Frédéric Galusik <fredg~AT~salixos~dot~org>

pkgname=python-webpy
pkgver=0.37
pkgrel=1fg
#arch=noarch
source=(http://webpy.org/static/web.py-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/
docs=("PKG-INFO")
url=http://webpy.org/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-webpy (Simple but powerful web framework for python)"
"web.py is a web framework for Python that is as simple as it is "
"powerful. web.py is in the public domain; you can use it for whatever "
"purpose with absolutely no restrictions."
)

build() {
	cd $SRC/web.py-$pkgver
	python setup.py install --prefix=/usr --root=$PKG
}
