[100586] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Dec 16 10:20:27 PST 2012


Revision: 100586
          https://trac.macports.org/changeset/100586
Author:   jmr at macports.org
Date:     2012-12-16 10:20:27 -0800 (Sun, 16 Dec 2012)
Log Message:
-----------
py*-elixir: unify, license, noarch

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

Removed Paths:
-------------
    trunk/dports/python/py25-elixir/
    trunk/dports/python/py26-elixir/

Modified: trunk/dports/python/py-elixir/Portfile
===================================================================
--- trunk/dports/python/py-elixir/Portfile	2012-12-16 16:39:54 UTC (rev 100585)
+++ trunk/dports/python/py-elixir/Portfile	2012-12-16 18:20:27 UTC (rev 100586)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem                      1.0
-PortGroup                       python24 1.0
+PortGroup                       python 1.0
 
 name                            py-elixir
 version                         0.7.1
 categories-append               www
+license                         MIT
 maintainers                     akitada openmaintainer
 description                     Declarative layer on top of sqlalchemy
 long_description                Elixir does not intend to replace SQLAlchemy's core features, \
@@ -14,14 +15,19 @@
                                 SQLAlchemy's manual mapper definitions.
 
 platforms                       darwin
+supported_archs                 noarch
 
 homepage                        http://elixir.ematia.de/
 master_sites                    http://cheeseshop.python.org/packages/source/E/Elixir/
 distname                        Elixir-${version}
 
-depends_build                   port:py24-distribute
-depends_lib                     port:py24-sqlalchemy
-
 checksums                       md5 5615ec9693e3a8e44f69623d58f54116 \
                                 sha1 22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060 \
                                 rmd160 a52872aace0db06864ec8ee14263988a9e5886da
+
+python.versions                 24 25 26
+
+if {$subport != $name} {
+    depends_build               port:py${python.version}-distribute
+    depends_lib                 port:py${python.version}-sqlalchemy
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121216/f2f9d3ca/attachment.html>


More information about the macports-changes mailing list