diff --git a/python-devel/sqlalchemy/DEPENDS b/python-devel/sqlalchemy/DEPENDS
new file mode 100755
index 0000000..06e0bc3
--- /dev/null
+++ b/python-devel/sqlalchemy/DEPENDS
@@ -0,0 +1,8 @@
+#depends formencode &&
+suggest_depends kinterbasdb "firebird support" &&
+suggest_depends mysql-python "MySQL support" &&
+suggest_depends pygresql "Postgresql support" &&
+suggest_depends pysqlite "sqlite support"
+#if is_depends_enabled $SPELL kinterbasdb;then
+# depends egenix-mx-base
+#fi
diff --git a/python-devel/sqlalchemy/DETAILS b/python-devel/sqlalchemy/DETAILS
new file mode 100755
index 0000000..3f8d4a6
--- /dev/null
+++ b/python-devel/sqlalchemy/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=sqlalchemy
+ CHEESESHOP_PKG=SQLAlchemy
+ VERSION=0.3.10
+
SOURCE_HASH=sha512:8326cb02b9d66c08fd6f6036c353d627198cf51957887db3b57aa65deaec4682f0dfff4864d16da163dd508ca61d733e2a4a654c81281d572a5f7eb1e7204a80
+ SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
+
SOURCE_URL[0]="http://cheeseshop.python.org/packages/source/${CHEESESHOP_PKG:0:1}/${CHEESESHOP_PKG}/$SOURCE"
+ SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$CHEESESHOP_PKG-$VERSION"
+ WEB_SITE=http://www.sqlalchemy.org/
+ LICENSE[0]='LGPL'
+ UPDATED=20070721
+# DOCS='README* docs/*'
+ KEYWORDS="python database"
+ SHORT='An object-relational mapper for Python'
+cat << EOF
+SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
+application developers the full power and flexibility of SQL.
+It 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.
+SQLALCHEMY'S PHILOSOPHY
+SQL databases behave less and less like object collections the more size and
+performance start to matter; object collections behave less and less like
+tables and rows the more abstraction starts to matter. SQLAlchemy aims to
+accommodate both of these principles.
+SQLAlchemy doesn't view databases as just collections of tables; it sees
them
+as relational algebra engines. Its object relational mapper enables classes
to
+be mapped against the database in more than one way. SQL constructs don't
just
+select from just tables?you can also select from joins, subqueries, and
unions.
+Thus database relationships and domain object models can be cleanly
decoupled
+from the beginning, allowing both sides to develop to their full potential.
+ EOF
diff --git a/python-devel/sqlalchemy/HISTORY b/python-devel/sqlalchemy/HISTORY
new file mode 100644
index 0000000..280c578
--- /dev/null
+++ b/python-devel/sqlalchemy/HISTORY
@@ -0,0 +1,3 @@
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version
+ spell created
diff --git a/python-devel/turbogears/DETAILS b/python-devel/turbogears/DETAILS
index cd49c5c..ae8f5f5 100755
--- a/python-devel/turbogears/DETAILS
+++ b/python-devel/turbogears/DETAILS
@@ -1,7 +1,7 @@
SPELL=turbogears
- VERSION=1.0.3
-
SOURCE_HASH=sha512:0b14f7cac123e4fb43cce265afb9b9db84fa8deeda4992aa4bef9de163e8399b32b045f5f8f17511315686b5db201bc21833a8b0d7006b41352376791b441e94
- SOURCE="TurboGears-$VERSION.tar.gz"
+ VERSION=1.0.3.2
+
SOURCE_HASH=sha512:068769e005f22b552dd1ddcf21992ec392a8dd49300d295c0aa1e7d38bf9050d36fcf45fbf40353722a014a02e16b3511063019176ca87aef361a536e4ea6a7e
+ SOURCE=TurboGears-$VERSION.zip
SOURCE_URL[0]="http://files.turbogears.org/eggs/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/TurboGears-$VERSION"
WEB_SITE="http://www.$SPELL.org/"
diff --git a/python-devel/turbogears/HISTORY b/python-devel/turbogears/HISTORY
index 7e7362c..9ba85e4 100644
--- a/python-devel/turbogears/HISTORY
+++ b/python-devel/turbogears/HISTORY
@@ -1,3 +1,6 @@
+2007-07-21 Treeve Jelbert <treeve AT sourcemage.org>.2
+ * DETAILS: version 1.0.3.2
+
2007-07-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.3
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bf6129f0af71259f9a0c2accec8b5eb5fbc6945b),
Treeve Jelbert, 07/21/2007