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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
claudinei@3827 2
al@20972 3 ORIGIN="FormAlchemy"
claudinei@3827 4 PACKAGE="python-formalchemy"
al@20972 5 VERSION="1.5.5"
al@20972 6 CATEGORY="python"
al@20972 7 SHORT_DESC="Auto-generated, customizable HTML output form fields from \
al@20972 8 SQLAlchemy mapped classes"
claudinei@3827 9 MAINTAINER="claudinei@slitaz.org"
pascal@15379 10 LICENSE="MIT"
al@20972 11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
al@20972 12 HOST_ARCH="any"
al@20885 13 REPOLOGY="python:formalchemy"
al@20885 14
al@20972 15 BUILD_DEPENDS="python python-markupsafe python-six python-sqlalchemy \
al@20972 16 python-tempita python-webhelpers2 python-webob \
al@20972 17 python3 python3-markupsafe python3-six python3-sqlalchemy python3-tempita \
al@20972 18 python3-webhelpers2 python3-webob"
al@20972 19 SPLIT="${PACKAGE/python/python3}:3"
pascal@15379 20
al@20972 21 compile_rules() {
al@20972 22 fix utf-8; export LC_ALL=en_US.UTF-8
claudinei@3827 23
al@20972 24 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
claudinei@3827 25 }
claudinei@3827 26
al@20972 27 genpkg_rules() {
al@20972 28 copy @std
al@20972 29 py=${PACKAGE%%-*} # python/python3
al@20972 30 DEPENDS="$py $py-markupsafe $py-six $py-sqlalchemy $py-tempita \
al@20972 31 $py-webhelpers2 $py-webob"
claudinei@3827 32 }