# $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $

PortSystem			1.0
PortGroup			python24 1.0

name				py-elixir
version				0.5.2
categories-append		www
maintainers			stechert akitada 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
