1 | # adapted from elixir for py25 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-elixir |
---|
7 | version 0.7.1 |
---|
8 | categories-append www |
---|
9 | maintainers n.n. |
---|
10 | description Declarative layer on top of sqlalchemy |
---|
11 | long_description Elixir does not intend to replace SQLAlchemy's core features, \ |
---|
12 | but instead focuses on providing a simpler syntax for defining \ |
---|
13 | model objects when you do not need the full expressiveness of \ |
---|
14 | SQLAlchemy's manual mapper definitions. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | homepage http://elixir.ematia.de/ |
---|
19 | master_sites http://cheeseshop.python.org/packages/source/E/Elixir/ |
---|
20 | distname Elixir-${version} |
---|
21 | |
---|
22 | depends_lib port:py26-sqlalchemy |
---|
23 | |
---|
24 | checksums md5 5615ec9693e3a8e44f69623d58f54116 |
---|