[Lunar-commits] <moonbase> SQLAlchemy: a SQL toolkit and Obfect Relational Mapper for Python.

Florin Braescu florin at lunar-linux.org
Sat Jan 2 07:43:12 CET 2010


commit d288517ae693d5d97b81a9e0d24a5f50a13884c3
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 2 08:43:12 2010 +0200

    SQLAlchemy: a SQL toolkit and Obfect Relational Mapper for Python.
---
 python/SQLAlchemy/BUILD   |    6 ++++++
 python/SQLAlchemy/DEPENDS |    1 +
 python/SQLAlchemy/DETAILS |   16 ++++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/python/SQLAlchemy/BUILD b/python/SQLAlchemy/BUILD
new file mode 100644
index 0000000..3eb695a
--- /dev/null
+++ b/python/SQLAlchemy/BUILD
@@ -0,0 +1,6 @@
+(
+
+  prepare_install  &&
+  python ./setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/SQLAlchemy/DEPENDS b/python/SQLAlchemy/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/SQLAlchemy/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/SQLAlchemy/DETAILS b/python/SQLAlchemy/DETAILS
new file mode 100644
index 0000000..c50f6af
--- /dev/null
+++ b/python/SQLAlchemy/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=SQLAlchemy
+         VERSION=0.5.7
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/sqlalchemy/files/sqlalchemy/$VERSION
+      SOURCE_VFY=sha1:7627cde556bd7957d4e69d342cfb101603880821
+        WEB_SITE=http://www.sqlalchemy.org
+         ENTERED=20100102
+         UPDATED=20100102
+           SHORT="A Python SQL Toolkit and Object Relational Mapper"
+
+cat << EOF
+A Python-centric SQL toolset, database resource manager and object-
+relational mapper. Includes a componentized clause construction API 
+capable of most ANSI SQL, transparent connection pooling, and an 
+extensible rowset-oriented Data Mapper architecture.
+EOF


More information about the Lunar-commits mailing list