dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 6dc781589022283cd605bc40139faac6145c99d7
parent 12a5d90451a792ad87dc0faac05e90631bd0b0b1
Author: Dan Callaghan <djc@djc.id.au>
Date:   Wed,  9 Feb 2011 20:02:22 +1000

initial exheres for SQLAlchemy

Diffstat:
Apackages/dev-python/SQLAlchemy/SQLAlchemy-0.6.6.exheres-0 | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/SQLAlchemy/SQLAlchemy-0.6.6.exheres-0 b/packages/dev-python/SQLAlchemy/SQLAlchemy-0.6.6.exheres-0
@@ -0,0 +1,28 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require sourceforge [ project=sqlalchemy ] pypi distutils [ python_dep=2.4 ]
+
+SUMMARY="Database abstraction library for Python"
+DESCRIPTION="
+A Python SQL toolkit and Object Relational Mapper that gives application developers the full power 
+and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence 
+patterns, designed for efficient and high-performing database access, adapted into a simple and 
+Pythonic domain language.
+"
+HOMEPAGE="http://www.sqlalchemy.org/"
+
+LICENCES="MIT"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    test:
+        dev-python/nose
+"
+
+BUGS_TO="djc@djc.id.au"
+
+src_test() {
+    edo python setup.py test
+}