[Lunar-commits] <moonbase-other> SQLAlchemy: readded to moonbase
v4hn
me at v4hn.de
Sun Jul 29 17:05:25 CEST 2012
commit e7fa6e1c324226d2dd8d2db96c7401f4effbfa76
Author: v4hn <me at v4hn.de>
Date: Sun, 29 Jul 2012 08:05:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e7fa6e1c324226d2dd8d2db96c7401f4effbfa76
SQLAlchemy: readded to moonbase
---
python/SQLAlchemy/BUILD +11/-0
python/SQLAlchemy/DEPENDS +1/-0
python/SQLAlchemy/DETAILS +16/-0
3 files changed, 28 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/python/SQLAlchemy/BUILD
@@ -0,0 +1,11 @@
+(
+
+ python ./setup.py build &&
+
+ prepare_install &&
+
+ # Specifying root, to stop packages clobbering each other's easy-install.pth
+ # http://mail.python.org/pipermail/distutils-sig/2008-October/010208.html
+ python ./setup.py install --root=/
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/SQLAlchemy/DEPENDS
@@ -0,0 +1 @@
+depends setuptools
--- /dev/null
+++ b/python/SQLAlchemy/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=SQLAlchemy
+ VERSION=0.7.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/sqlalchemy
+ SOURCE_VFY=sha1:3f5de9ca7c9e4c8932be6f197cbe27cf764a65c3
+ WEB_SITE=http://www.sqlalchemy.org
+ ENTERED=20100102
+ UPDATED=20120729
+ 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