summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-06-05 03:33:54 +0400
committerVlad Glagolev2012-06-14 12:33:03 +0400
commitc757afc17ffea0038766657f9c83e73633d07db0 (patch)
tree53e9dec9cbe2836c0c1db5acb1ea3e0dcbf1e925
parent435446a9b8398d20e268cf4ca769162e6a4f913f (diff)
sqlalchemy: => 0.7.7, fixed dep flags
(cherry picked from commit 8dbe5ec2f16d9c821399be44636167e30b9f83d0)
-rwxr-xr-xpython-pypi/sqlalchemy/DEPENDS16
-rwxr-xr-xpython-pypi/sqlalchemy/DETAILS4
-rw-r--r--python-pypi/sqlalchemy/HISTORY4
3 files changed, 13 insertions, 11 deletions
diff --git a/python-pypi/sqlalchemy/DEPENDS b/python-pypi/sqlalchemy/DEPENDS
index bad51c750d..1c508f9df9 100755
--- a/python-pypi/sqlalchemy/DEPENDS
+++ b/python-pypi/sqlalchemy/DEPENDS
@@ -1,9 +1,7 @@
-depends python &&
-#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
+depends python &&
+
+suggest_depends kinterbasdb "" "" "for Firebird support via Kinterbasedb" &&
+suggest_depends mysql-python "" "" "for MySQL support via MySQL-Python" &&
+suggest_depends psycopg2 "" "" "for PostgreSQL support via psycopg2" &&
+suggest_depends pysqlite "" "" "for SQLite support via pysqlite" &&
+suggest_depends -sub SQLITE python "" "" "for SQLite support via native Python module"
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 63bb09c768..f0f1970b32 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.7.6
- SOURCE_HASH=sha512:1e5b2274a87542160c65cd6a09272e6dd45aef8f9499c29e5b0eef5cde961fcabbffb1ebe801d2815f480866816e71a3b0dabda8b77e74a778fac0541a379d47
+ VERSION=0.7.7
+ SOURCE_HASH=sha512:02ee0d77a54d1fd12993d29264f3f03f29a0fc18a10ea19e03ac7860f853954ca9ba45a6550591d76b729cc635cd562c02e8fcca23ec356c3af829b547a8bb62
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
SOURCE_URL[0]=http://pypi.python.org/packages/source/S/$CHEESESHOP_PKG/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 8090bad3fa..aee5132cb7 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,7 @@
+2012-06-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.7.7
+ * DEPENDS: updated dependencies; fixed flags
+
2012-03-17 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.7.6