wok-next view 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
line source
1 # SliTaz package receipt v2.
3 ORIGIN="FormAlchemy"
4 PACKAGE="python-formalchemy"
5 VERSION="1.5.5"
6 CATEGORY="python"
7 SHORT_DESC="Auto-generated, customizable HTML output form fields from \
8 SQLAlchemy mapped classes"
9 MAINTAINER="claudinei@slitaz.org"
10 LICENSE="MIT"
11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
12 HOST_ARCH="any"
13 REPOLOGY="python:formalchemy"
15 BUILD_DEPENDS="python python-markupsafe python-six python-sqlalchemy \
16 python-tempita python-webhelpers2 python-webob \
17 python3 python3-markupsafe python3-six python3-sqlalchemy python3-tempita \
18 python3-webhelpers2 python3-webob"
19 SPLIT="${PACKAGE/python/python3}:3"
21 compile_rules() {
22 fix utf-8; export LC_ALL=en_US.UTF-8
24 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
25 }
27 genpkg_rules() {
28 copy @std
29 py=${PACKAGE%%-*} # python/python3
30 DEPENDS="$py $py-markupsafe $py-six $py-sqlalchemy $py-tempita \
31 $py-webhelpers2 $py-webob"
32 }