- Stage - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-formalchemy/1.3.3_2/ Port maintainer (ghostonthewire@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of www/py-formalchemy, Please note that PR ports/188709 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188709 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: swills Date: Thu Apr 17 02:33:55 2014 New Revision: 351436 URL: http://svnweb.freebsd.org/changeset/ports/351436 QAT: https://qat.redports.org/buildarchive/r351436/ Log: - Stage - Pet portlint PR: ports/188709 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket) Deleted: head/www/py-formalchemy/pkg-plist Modified: head/www/py-formalchemy/Makefile head/www/py-formalchemy/pkg-descr Modified: head/www/py-formalchemy/Makefile ============================================================================== --- head/www/py-formalchemy/Makefile Thu Apr 17 02:23:24 2014 (r351435) +++ head/www/py-formalchemy/Makefile Thu Apr 17 02:33:55 2014 (r351436) @@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FormAlchemy-${DISTVERSION} MAINTAINER= ghostonthewire@gmail.com -COMMENT= Toolkit for creating HTML form elements manually or from SQLAlchemy mapped classes +COMMENT= Toolkit for creating HTML form elements + +LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:${PORTSDIR}/databases/py-sqlalchemy06 \ ${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:${PORTSDIR}/textproc/py-Tempita \ @@ -18,9 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sq RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= FormAlchemy -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-formalchemy/pkg-descr ============================================================================== --- head/www/py-formalchemy/pkg-descr Thu Apr 17 02:23:24 2014 (r351435) +++ head/www/py-formalchemy/pkg-descr Thu Apr 17 02:33:55 2014 (r351436) @@ -1,8 +1,3 @@ -[ from the website ] - -Introduction -============ - FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. @@ -12,34 +7,4 @@ HTML code should be returned by introspe 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 customizable. - -Features -======== - -- Generates HTML form fields and tables from SQLAlchemy mapped classes - or manually added Fields -- Works with declarative or classic mapper definitions -- Render and edits single objects or collections (grids) -- Handles object relationships (including many-to-many), not just - simple data types -- Synonym support -- Composite and custom type support -- Supports all composite primary keys and most CFKs -- Pre-fills input fields with current or default value -- Highly customizable HTML output -- Validates input and displays errors in-line -- Syncs model instances with input data -- Easy-to-use, extensible API -- SQLAlchemy 0.4 (0.4.5 or later) and 0.5 compatible - - -Limitations -=========== - -- Currently, only handles composite foreign keys of primitive Python - types - WWW: http://code.google.com/p/formalchemy/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!