[93287] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri May 18 17:53:37 PDT 2012


Revision: 93287
          https://trac.macports.org/changeset/93287
Author:   singingwolfboy at macports.org
Date:     2012-05-18 17:53:37 -0700 (Fri, 18 May 2012)
Log Message:
-----------
New port: py-flask-frozen

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

Added: trunk/dports/python/py-flask-frozen/Portfile
===================================================================
--- trunk/dports/python/py-flask-frozen/Portfile	                        (rev 0)
+++ trunk/dports/python/py-flask-frozen/Portfile	2012-05-19 00:53:37 UTC (rev 93287)
@@ -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: Portfile 83711 2011-09-09 17:43:18Z singingwolfboy at macports.org $
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-flask-frozen
+set real_name       Frozen-Flask
+version             0.9
+python.versions     25 26 27
+python.default_version  27
+categories-append   www
+maintainers         singingwolfboy openmaintainer
+description         Freeze a Flask application into a set of static files.
+long_description    ${description} \
+    The result can be hosted without any server-side software other than \
+    a traditional web server.
+license				BSD
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/${real_name}
+master_sites        http://pypi.python.org/packages/source/F/${real_name}/
+distname            ${real_name}-${version}
+checksums           rmd160  d46f686cf18f61a9e59ee5cda5854af5c4e7de04 \
+                    sha256  21d7a6f2fba940106544aaf41bd5f26e281d96fbb642d7876a3aaceec944a163
+
+if {$name != $subport} {
+    depends_lib         port:py${python.version}-flask
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120518/811a6373/attachment.html>


More information about the macports-changes mailing list