wok view python-formalchemy/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents c3fc45ddf5e1
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="python-formalchemy"
4 SOURCE="formalchemy"
5 VERSION="1.4.2"
6 CATEGORY="development"
7 SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes."
8 MAINTAINER="claudinei@slitaz.org"
9 DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \
10 python-tempita python-webob"
11 BUILD_DEPENDS="python-dev setuptools wget"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://docs.formalchemy.org"
14 WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }