wok diff python-formalchemy/receipt @ rev 16267

tazweb fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 19:43:34 2014 +0200 (2014-04-05)
parents d66b9f197cdf
children 16df76e1fc6a
line diff
     1.1 --- a/python-formalchemy/receipt	Wed Jul 24 19:01:54 2013 -0300
     1.2 +++ b/python-formalchemy/receipt	Sat Apr 05 19:43:34 2014 +0200
     1.3 @@ -6,12 +6,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8 +TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://docs.formalchemy.org"
    1.10 +WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
    1.11 +
    1.12  DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \
    1.13  python-tempita python-webob"
    1.14  BUILD_DEPENDS="python-dev setuptools wget"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://docs.formalchemy.org"
    1.17 -WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()