[128724] trunk/dports/python/py-elixir/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:51:46 PST 2014


Revision: 128724
          https://trac.macports.org/changeset/128724
Author:   larryv at macports.org
Date:     2014-11-27 00:51:46 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-elixir: Rearrange and reformat

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

Modified: trunk/dports/python/py-elixir/Portfile
===================================================================
--- trunk/dports/python/py-elixir/Portfile	2014-11-27 08:51:33 UTC (rev 128723)
+++ trunk/dports/python/py-elixir/Portfile	2014-11-27 08:51:46 UTC (rev 128724)
@@ -1,34 +1,35 @@
 # -*- 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-elixir
-version                         0.7.1
-categories-append               www
-license                         MIT
-maintainers                     nomaintainer
-description                     Declarative layer on top of sqlalchemy
-long_description                Elixir does not intend to replace SQLAlchemy's core features, \
-                                but instead focuses on providing a simpler syntax for defining \
-                                model objects when you do not need the full expressiveness of \
-                                SQLAlchemy's manual mapper definitions.
+name                py-elixir
+version             0.7.1
+categories-append   www
+platforms           darwin
+license             MIT
+maintainers         nomaintainer
 
-platforms                       darwin
-supported_archs                 noarch
+description         Declarative layer on top of sqlalchemy
+long_description    Elixir does not intend to replace SQLAlchemy's \
+                    core features, but instead focuses on providing \
+                    a simpler syntax for defining model objects when \
+                    you do not need the full expressiveness of \
+                    SQLAlchemy's manual mapper definitions.
+homepage            http://elixir.ematia.de/
 
-homepage                        http://elixir.ematia.de/
-master_sites                    http://cheeseshop.python.org/packages/source/E/Elixir/
-distname                        Elixir-${version}
+supported_archs     noarch
 
-checksums                       md5 5615ec9693e3a8e44f69623d58f54116 \
-                                sha1 22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060 \
-                                rmd160 a52872aace0db06864ec8ee14263988a9e5886da
+master_sites        http://cheeseshop.python.org/packages/source/E/Elixir/
+distname            Elixir-${version}
+checksums           md5     5615ec9693e3a8e44f69623d58f54116 \
+                    sha1    22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060 \
+                    rmd160  a52872aace0db06864ec8ee14263988a9e5886da
 
-python.versions                 24 25 26
+python.versions     24 25 26
 
 if {${name} ne ${subport}} {
-    depends_build               port:py${python.version}-setuptools
-    depends_lib-append          port:py${python.version}-sqlalchemy
+    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-sqlalchemy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/75c83299/attachment.html>


More information about the macports-changes mailing list