[26704] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 4 09:34:16 PDT 2007


Revision: 26704
          http://trac.macosforge.org/projects/macports/changeset/26704
Author:   stechert at macports.org
Date:     2007-07-04 09:34:16 -0700 (Wed, 04 Jul 2007)

Log Message:
-----------
Adding new port for Elixir on python 2.5.

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

Added: trunk/dports/python/py25-elixir/Portfile
===================================================================
--- trunk/dports/python/py25-elixir/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-elixir/Portfile	2007-07-04 16:34:16 UTC (rev 26704)
@@ -0,0 +1,25 @@
+# $Id: Portfile 25194 2007-05-15 20:32:42Z ryandesign at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-elixir
+version				0.3.0
+categories-append		www
+maintainers			stechert at macports.org
+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:py25-sqlalchemy
+
+checksums			md5 29de10d65eeae5032b668f82be5d13ea \
+				sha1 014267ba461d8286b070eb9624dc4475f155f3bf \
+				rmd160 a9e3adc79158cb42dfe5320e5f67fcb0683554e4

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


More information about the macports-changes mailing list