svn commit: r351436 - head/www/py-formalchemy

Steve Wills swills at FreeBSD.org
Thu Apr 17 02:33:56 UTC 2014


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 at 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 at 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/


More information about the svn-ports-all mailing list