wok rev 25176
updated python-formalchemy (1.5.5 -> 1.5.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:52:21 2022 +0100 (2022-07-01) |
parents | 45288ce2ee21 |
children | 45673422e44e |
files | python-formalchemy/description.txt python-formalchemy/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-formalchemy/description.txt Fri Jul 01 17:52:21 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +FormAlchemy eliminates boilerplate by autogenerating HTML input fields 1.5 +from a given model. 1.6 +FormAlchemy will try to figure out what kind of HTML code should be 1.7 +returned by introspecting the model's properties and generate ready-to-use 1.8 +HTML code that will fit the developer's application. 1.9 + 1.10 +Of course, FormAlchemy can't figure out everything, i.e, the developer 1.11 +might want to display only a few columns from the given model. 1.12 +Thus, FormAlchemy is also highly customisable.
2.1 --- a/python-formalchemy/receipt Fri Jul 01 17:39:11 2022 +0100 2.2 +++ b/python-formalchemy/receipt Fri Jul 01 17:52:21 2022 +0100 2.3 @@ -1,18 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-formalchemy" 2.7 -VERSION="1.5.5" 2.8 +VERSION="1.5.6" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="MIT" 2.13 WEB_SITE="https://pypi.org/project/FormAlchemy/" 2.14 +REPOLOGY="python:formalchemy" 2.15 2.16 SOURCE="FormAlchemy" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 -WGET_URL="https://files.pythonhosted.org/packages/source/F/$SOURCE/$TARBALL" 2.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.20 2.21 -DEPENDS="python python-markupsafe python-sqlalchemy python-tempita 2.22 +DEPENDS="python python-markupsafe python-sqlalchemy python-tempita 2.23 python-webhelpers python-webob" 2.24 BUILD_DEPENDS="python-dev python-setuptools" 2.25 2.26 @@ -29,7 +30,7 @@ 2.27 for i in $install/usr/lib/python*/site-packages/formalchemy/i18n_resources/* 2.28 do 2.29 [ -s formalchemy/i18n_resources/$(basename $i)/LC_MESSAGES/formalchemy.po ] && 2.30 - rm $i/LC_MESSAGES/formalchemy.mo && 2.31 + rm $i/LC_MESSAGES/formalchemy.mo && 2.32 msgfmt -o $i/LC_MESSAGES/formalchemy.mo \ 2.33 formalchemy/i18n_resources/$(basename $i)/LC_MESSAGES/formalchemy.po 2.34 done