[35480] trunk/dports/python

akira at macports.org akira at macports.org
Fri Mar 28 21:18:14 PDT 2008


Revision: 35480
          http://trac.macosforge.org/projects/macports/changeset/35480
Author:   akira at macports.org
Date:     2008-03-28 21:18:14 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
Added Elixir port for Python 2.4

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

Added: trunk/dports/python/py-elixir/Portfile
===================================================================
--- trunk/dports/python/py-elixir/Portfile	                        (rev 0)
+++ trunk/dports/python/py-elixir/Portfile	2008-03-29 04:18:14 UTC (rev 35480)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem			1.0
+PortGroup			python24 1.0
+
+name				py-elixir
+version				0.5.2
+categories-append		www
+maintainers			stechert akira openmaintainer
+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.
+
+platforms			darwin
+
+homepage			http://elixir.ematia.de/
+master_sites			http://cheeseshop.python.org/packages/source/E/Elixir/
+distname			Elixir-${version}
+
+depends_lib			port:py-sqlalchemy
+
+checksums			md5 ea37e917896dce419f777d17afc43fce \
+				sha1 90a36f6f01767170cc366081d1ba4bb6710c498c \
+				rmd160 7d994f3881583ce959294eddd1a489b8adcabc6a


Property changes on: trunk/dports/python/py-elixir/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/d5d0a460/attachment.html


More information about the macports-changes mailing list