# HG changeset patch # User Hans-G?nter Theisgen # Date 1656694341 -3600 # Node ID 5c893733007e5379038c74eb0e755b93500e1695 # Parent 45288ce2ee21bfa9346f45b4d54d9a68be3d8498 updated python-formalchemy (1.5.5 -> 1.5.6) diff -r 45288ce2ee21 -r 5c893733007e python-formalchemy/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-formalchemy/description.txt Fri Jul 01 17:52:21 2022 +0100 @@ -0,0 +1,9 @@ +FormAlchemy eliminates boilerplate by autogenerating HTML input fields +from a given model. +FormAlchemy will try to figure out what kind of HTML code should be +returned by introspecting the model's properties and generate ready-to-use +HTML code that will fit the developer's application. + +Of course, FormAlchemy can't figure out everything, i.e, the developer +might want to display only a few columns from the given model. +Thus, FormAlchemy is also highly customisable. diff -r 45288ce2ee21 -r 5c893733007e python-formalchemy/receipt --- a/python-formalchemy/receipt Fri Jul 01 17:39:11 2022 +0100 +++ b/python-formalchemy/receipt Fri Jul 01 17:52:21 2022 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-formalchemy" -VERSION="1.5.5" +VERSION="1.5.6" CATEGORY="development" SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/FormAlchemy/" +REPOLOGY="python:formalchemy" SOURCE="FormAlchemy" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/F/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python python-markupsafe python-sqlalchemy python-tempita +DEPENDS="python python-markupsafe python-sqlalchemy python-tempita python-webhelpers python-webob" BUILD_DEPENDS="python-dev python-setuptools" @@ -29,7 +30,7 @@ for i in $install/usr/lib/python*/site-packages/formalchemy/i18n_resources/* do [ -s formalchemy/i18n_resources/$(basename $i)/LC_MESSAGES/formalchemy.po ] && - rm $i/LC_MESSAGES/formalchemy.mo && + rm $i/LC_MESSAGES/formalchemy.mo && msgfmt -o $i/LC_MESSAGES/formalchemy.mo \ formalchemy/i18n_resources/$(basename $i)/LC_MESSAGES/formalchemy.po done