Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00364b3e14cdc68a5a61056983d09abca60e8c28)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00364b3e14cdc68a5a61056983d09abca60e8c28)
  • Date: Fri, 19 May 2017 11:04:24 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/peewee/DEPENDS | 11 ++++++-----
python-pypi/peewee/HISTORY | 3 +++
2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 00364b3e14cdc68a5a61056983d09abca60e8c28
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

peewee: switch to suggest_depends

diff --git a/python-pypi/peewee/DEPENDS b/python-pypi/peewee/DEPENDS
index 70274d4..c4d5ade 100755
--- a/python-pypi/peewee/DEPENDS
+++ b/python-pypi/peewee/DEPENDS
@@ -1,8 +1,9 @@
. "${SECTION_DIRECTORY}/PY_DEPENDS" &&

optional_depends cython "" "" "for Cython C extensions" &&
-optional_depends -sub SQLITE $(get_spell_provider $SPELL PYTHON) "" "" "for
SQLite support via built-in Python extension" &&
-optional_depends pysqlite "" "" "for SQLite support via pysqlite library" &&
-optional_depends psycopg2 "" "" "for PostgreSQL support" &&
-optional_depends pymysql "" "" "for MySQL support via pymysql" &&
-optional_depends mysql-python "" "" "for MySQL support via MySQLdb"
+
+suggest_depends -sub SQLITE $(get_spell_provider $SPELL PYTHON) "" "" "for
SQLite support via built-in Python extension" &&
+suggest_depends pysqlite "" "" "for SQLite support via pysqlite library" &&
+suggest_depends psycopg2 "" "" "for PostgreSQL support" &&
+suggest_depends pymysql "" "" "for MySQL support via pymysql" &&
+suggest_depends mysql-python "" "" "for MySQL support via MySQLdb"
diff --git a/python-pypi/peewee/HISTORY b/python-pypi/peewee/HISTORY
index d177332..35014c7 100644
--- a/python-pypi/peewee/HISTORY
+++ b/python-pypi/peewee/HISTORY
@@ -1,2 +1,5 @@
+2017-05-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: switch to suggest_depends
+
2017-05-18 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS: created spell, version 2.10.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00364b3e14cdc68a5a61056983d09abca60e8c28), Vlad Glagolev, 05/19/2017

Archive powered by MHonArc 2.6.24.

Top of Page