the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: elixir-py%type_pkg[python]
Version: 0.3.0
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Description: Python declarative layer on top of SQLAlchemy
DescDetail: <<
Elixir is a declarative layer on top of SQLAlchemy. It is a fairly thin
wrapper, which provides the ability to define model objects following the
Active Record design pattern, and using a DSL syntax similar to that of the
Ruby on Rails ActiveRecord system.
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.
<<
Source: http://cheeseshop.python.org/packages/source/E/Elixir/Elixir-%v.tar.gz
Source-MD5: 29de10d65eeae5032b668f82be5d13ea
Type: python (2.4 2.5)
Depends: python%type_pkg[python], sqlalchemy-py%type_pkg[python],setuptools-py%type_pkg[python]
CompileScript: <<
echo Skipping build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d --single-version-externally-managed
mkdir -p %i/share/%n
cp -Rv examples %i/share/%n
<<
DocFiles: CHANGES LICENSE PKG-INFO README docs FAQ TODO
License: BSD
Homepage: http://elixir.ematia.de/
Maintainer: None
DescPort: Initial port by Pepe Barbe
<<