wok annotate python-formalchemy/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents 2a5cc8208d36
children 8e17dd3d81ee
rev   line source
claudinei@3827 1 # SliTaz package receipt.
claudinei@3827 2
claudinei@3827 3 PACKAGE="python-formalchemy"
claudinei@14888 4 SOURCE="formalchemy"
claudinei@14888 5 VERSION="1.4.2"
claudinei@3827 6 CATEGORY="development"
claudinei@3827 7 SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes."
claudinei@3827 8 MAINTAINER="claudinei@slitaz.org"
pascal@15379 9 LICENSE="MIT"
pascal@15379 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@15379 11 WEB_SITE="http://docs.formalchemy.org"
pascal@15379 12 WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
pascal@15379 13
claudinei@14888 14 DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \
claudinei@14888 15 python-tempita python-webob"
claudinei@14888 16 BUILD_DEPENDS="python-dev setuptools wget"
claudinei@3827 17
claudinei@3827 18 # Rules to configure and make the package.
claudinei@3827 19 compile_rules()
claudinei@3827 20 {
claudinei@14888 21 python setup.py install --root=$DESTDIR
claudinei@3827 22 }
claudinei@3827 23
claudinei@3827 24 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3827 25 genpkg_rules()
claudinei@3827 26 {
al@18077 27 cp -a $install/usr $fs
claudinei@3827 28 }