[103146] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Sat Feb 16 00:37:39 PST 2013


Revision: 103146
          https://trac.macports.org/changeset/103146
Author:   and.damore at macports.org
Date:     2013-02-16 00:37:39 -0800 (Sat, 16 Feb 2013)
Log Message:
-----------
new port py-flask-sqlalchemy: flask SQLAlchemy extension

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

Added: trunk/dports/python/py-flask-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-flask-sqlalchemy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-flask-sqlalchemy/Portfile	2013-02-16 08:37:39 UTC (rev 103146)
@@ -0,0 +1,32 @@
+# -*- 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        mitsuhiko flask-sqlalchemy 0.16
+name                py-flask-sqlalchemy
+set real_name       Flask-SQLAlchemy
+python.versions     25 26 27
+python.default_version  27
+categories-append   www
+maintainers         and.damore openmaintainer
+description         Flask support for SQLAlchemy
+long_description    \
+    Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy \
+    to your application. It requires SQLAlchemy 0.6 or higher. It aims to \
+    simplify using SQLAlchemy with Flask by providing useful defaults and extra \
+    helpers that make it easier to accomplish common tasks.
+
+license             BSD
+platforms           darwin
+homepage            http://pythonhosted.org/Flask-WTF
+checksums           rmd160  46f4b85942c6e185e8846f0976fc59e3a37d9844 \
+                    sha256  367598fdfc46ee9ee2fe53b7a19b6bd283301979b4ca79fb530e1be8fdabf046
+
+if {$name != $subport} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-flask \
+                            port:py${python.version}-sqlalchemy
+}


Property changes on: trunk/dports/python/py-flask-sqlalchemy/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/3acd840b/attachment.html>


More information about the macports-changes mailing list