wok diff python-formalchemy/receipt @ rev 17282
Up youtube-dl (2014.10.27)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Oct 27 01:26:15 2014 -0400 (2014-10-27) |
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 Mon Oct 27 01:26:15 2014 -0400 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()