[146983] trunk/dports/python/py-formalchemy/Portfile

petr at macports.org petr at macports.org
Tue Mar 22 11:47:28 PDT 2016


Revision: 146983
          https://trac.macports.org/changeset/146983
Author:   petr at macports.org
Date:     2016-03-22 11:47:28 -0700 (Tue, 22 Mar 2016)
Log Message:
-----------
py-formalchemy: codeline, formating, order of options

Modified Paths:
--------------
    trunk/dports/python/py-formalchemy/Portfile

Modified: trunk/dports/python/py-formalchemy/Portfile
===================================================================
--- trunk/dports/python/py-formalchemy/Portfile	2016-03-22 18:38:44 UTC (rev 146982)
+++ trunk/dports/python/py-formalchemy/Portfile	2016-03-22 18:47:28 UTC (rev 146983)
@@ -1,36 +1,37 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           python 1.0
 
-name                    py-formalchemy
-version                 1.4.1
-maintainers             nomaintainer
-platforms               darwin
-supported_archs         noarch
+name                py-formalchemy
+version             1.4.1
+platforms           darwin
+supported_archs     noarch
+license             MIT
 
-description             FormAlchemy greatly speeds development with SQLAlchemy \
-                        mapped classes (models) in a HTML forms environment.
-long_description        ${description}
-license                 MIT
-homepage                https://pypi.python.org/pypi/FormAlchemy/
+maintainers         nomaintainer
 
-distname                FormAlchemy-${version}
-master_sites            https://pypi.python.org/packages/source/F/FormAlchemy/
+description         FormAlchemy greatly speeds development with SQLAlchemy \
+                    mapped classes (models) in a HTML forms environment.
+long_description    ${description}
 
-checksums               rmd160 d7f78d51bf7fd20c642356002bcfa77022fb56fc
+homepage            https://pypi.python.org/pypi/FormAlchemy/
+master_sites        https://pypi.python.org/packages/source/F/FormAlchemy/
+distname            FormAlchemy-${version}
 
-livecheck.regex         {>FormAlchemy (.+) :}
+checksums           rmd160 d7f78d51bf7fd20c642356002bcfa77022fb56fc
+
 livecheck.type          regex
 livecheck.url           ${homepage}
+livecheck.regex         {>FormAlchemy (.+) :}
 
-python.versions         26
+python.versions     26
 
-if {$subport ne $name} {
+if {$subport ne $name} {	
     depends_build-append    port:py${python.version}-setuptools
-    depends_lib-append \
-        port:py${python.version}-sqlalchemy \
-        port:py${python.version}-tempita \
-        port:py${python.version}-webhelpers \
-        port:py${python.version}-webob
+    depends_lib-append      port:py${python.version}-sqlalchemy \
+        	            port:py${python.version}-tempita \
+                            port:py${python.version}-webhelpers \
+                            port:py${python.version}-webob
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160322/ff41f563/attachment.html>


More information about the macports-changes mailing list