# HG changeset patch # User Claudinei Pereira # Date 1374703314 10800 # Node ID d66b9f197cdfffb73de81d64c1f205580d414bdc # Parent 0922197792e471d26ff661efe87f6fc969945681 Up: python-formalchemy (1.4.2) diff -r 0922197792e4 -r d66b9f197cdf python-formalchemy/receipt --- a/python-formalchemy/receipt Wed Jul 24 19:01:19 2013 -0300 +++ b/python-formalchemy/receipt Wed Jul 24 19:01:54 2013 -0300 @@ -1,31 +1,28 @@ # SliTaz package receipt. PACKAGE="python-formalchemy" -SOURCE="FormAlchemy" -VERSION="1.3.1" +SOURCE="formalchemy" +VERSION="1.4.2" CATEGORY="development" SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes." MAINTAINER="claudinei@slitaz.org" -DEPENDS="python python-sqlalchemy" -BUILD_DEPENDS="python python-dev setuptools" +DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \ +python-tempita python-webob" +BUILD_DEPENDS="python-dev setuptools wget" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://code.google.com/p/formalchemy" -WGET_URL="http://formalchemy.googlecode.com/files/$TARBALL" +WEB_SITE="http://docs.formalchemy.org" +WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for file in `find $_pkg | grep 'pyc$'`; do - rm $file - done - mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }