[103147] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Sat Feb 16 00:38:54 PST 2013


Revision: 103147
          https://trac.macports.org/changeset/103147
Author:   and.damore at macports.org
Date:     2013-02-16 00:38:54 -0800 (Sat, 16 Feb 2013)
Log Message:
-----------
new port py-flask-wtf: flask WTForms extension

Added Paths:
-----------
    trunk/dports/python/py-flask-wtf/
    trunk/dports/python/py-flask-wtf/Portfile

Added: trunk/dports/python/py-flask-wtf/Portfile
===================================================================
--- trunk/dports/python/py-flask-wtf/Portfile	                        (rev 0)
+++ trunk/dports/python/py-flask-wtf/Portfile	2013-02-16 08:38:54 UTC (rev 103147)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        ajford flask-wtf 0.8 v
+name                py-flask-wtf
+set real_name       Flask-WTF
+python.versions     25 26 27
+python.default_version  27
+categories-append   www
+maintainers         and.damore openmaintainer
+description         Flask simple integration with WTForms
+long_description    \
+    Flask-WTF offers simple integration with WTForms. This integration includes \
+    optional CSRF handling for greater security.
+
+license             BSD
+platforms           darwin
+homepage            http://pythonhosted.org/Flask-WTF
+checksums           rmd160  d07afc36f3258fd3f906c1a1437a8f3dc5c8d6bf \
+                    sha256  a93be7f971f607ef090f9f75249443785d60c339cfc0dc66318965324588b7cd
+
+if {$name != $subport} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-flask \
+                            port:py${python.version}-wtforms
+}


Property changes on: trunk/dports/python/py-flask-wtf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130216/cd27d8d3/attachment.html>


More information about the macports-changes mailing list