wok-next annotate python-formalchemy/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 6c73b944e8dd
children a3c581bf52b8
rev   line source
claudinei@3827 1 # SliTaz package receipt.
claudinei@3827 2
claudinei@3827 3 PACKAGE="python-formalchemy"
claudinei@14888 4 VERSION="1.4.2"
claudinei@3827 5 CATEGORY="development"
claudinei@3827 6 SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes."
claudinei@3827 7 MAINTAINER="claudinei@slitaz.org"
pascal@15379 8 LICENSE="MIT"
al@20885 9 WEB_SITE="http://docs.formalchemy.org"
al@20885 10 REPOLOGY="python:formalchemy"
al@20885 11
al@20885 12 SOURCE="formalchemy"
pascal@15379 13 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@15379 14 WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz"
pascal@15379 15
claudinei@14888 16 DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \
claudinei@14888 17 python-tempita python-webob"
al@20444 18 BUILD_DEPENDS="python-dev"
claudinei@3827 19
claudinei@3827 20 # Rules to configure and make the package.
claudinei@3827 21 compile_rules()
claudinei@3827 22 {
claudinei@14888 23 python setup.py install --root=$DESTDIR
claudinei@3827 24 }
claudinei@3827 25
claudinei@3827 26 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3827 27 genpkg_rules()
claudinei@3827 28 {
al@18077 29 cp -a $install/usr $fs
claudinei@3827 30 }