Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bb6bd26c0b75feb1d5e11ee1312dccb48605b6d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bb6bd26c0b75feb1d5e11ee1312dccb48605b6d7)
  • Date: Sat, 3 Jan 2009 08:56:52 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

python-pypi/sqlobject/DEPENDS | 8 ++++++++
python-pypi/sqlobject/HISTORY | 1 +
2 files changed, 9 insertions(+)

New commits:
commit bb6bd26c0b75feb1d5e11ee1312dccb48605b6d7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

sqlobject: needs a recent setuptools

diff --git a/python-pypi/sqlobject/DEPENDS b/python-pypi/sqlobject/DEPENDS
index 5d70c81..074c9c4 100755
--- a/python-pypi/sqlobject/DEPENDS
+++ b/python-pypi/sqlobject/DEPENDS
@@ -7,4 +7,12 @@ suggest_depends pygresql "Postgresql support" &&
suggest_depends pysqlite "sqlite support" &&
if is_depends_enabled $SPELL kinterbasdb;then
depends egenix-mx-base
+fi &&
+
+# needs a recent setuptools or it will try to get it itself #15001
+if spell_ok setuptools; then
+ local st=$(installed_version setuptools) &&
+ if [[ ${st:0:4} == 0.6c ]] && (( ${st:4:2} < 9 )); then
+ force_depends setuptools
+ fi
fi
diff --git a/python-pypi/sqlobject/HISTORY b/python-pypi/sqlobject/HISTORY
index 0edf8ac..c4b2b0a 100644
--- a/python-pypi/sqlobject/HISTORY
+++ b/python-pypi/sqlobject/HISTORY
@@ -1,5 +1,6 @@
2009-01-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added missing setuptools #15001
+ needs a recent setuptools

2008-12-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.10.4



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bb6bd26c0b75feb1d5e11ee1312dccb48605b6d7), Jaka Kranjc, 01/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page