development/webpy: Updated for version 0.2

This commit is contained in:
Daniel de Kok 2010-05-11 19:44:24 +02:00 committed by Robby Workman
parent eb00225629
commit 3b7890d255
3 changed files with 2 additions and 6 deletions

View file

@ -6,7 +6,3 @@ which can be used to quickly try and test code.
web.py does not have any additional requirements than stock Python
from Slackware Linux. To use the database functionality, you could
install pysqlite2, psycopg2, or MySQLdb modules.
web.py was donated to the public domain by Aaron Swartz, and is
available from: http://webpy.org/

View file

@ -53,7 +53,7 @@ chmod -R u+w,go+r-w,a-s .
python setup.py bdist
tar -C $PKG -zxvf dist/$DISTNAM-$VERSION.linux-i686.tar.gz
tar zxvf dist/$DISTNAM-$VERSION.linux-i686.tar.gz -C $PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat << EOF > $PKG/usr/doc/$PRGNAM-$VERSION/README

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://webpy.org/web.py-0.2.tar.gz"
MD5SUM="0cee2d4ebcdf8a0bf26369f1eebc427d"
MAINTAINER="Daniel de Kok"
EMAIL="danieldk@pobox.com"
APPROVED="robw810"
APPROVED="rworkman"