Skip to Content.
Sympa Menu

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

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 (5864b7c07bc1d95e9335d9192c1e1928e887962a)
  • Date: Fri, 23 Sep 2011 10:33:50 -0500

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

python-pypi/jinja2/DEPENDS | 4 ++--
python-pypi/jinja2/DETAILS | 5 +++--
python-pypi/jinja2/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 5864b7c07bc1d95e9335d9192c1e1928e887962a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

jinja2: corrected dependencies

diff --git a/python-pypi/jinja2/DEPENDS b/python-pypi/jinja2/DEPENDS
index ebe5d4e..cc0b8f6 100755
--- a/python-pypi/jinja2/DEPENDS
+++ b/python-pypi/jinja2/DEPENDS
@@ -1,5 +1,5 @@
depends python &&
depends SETUPTOOLS &&
-depends markupsafe &&
-depends babel

+suggest_depends markupsafe "" "" "to use system markupsafe module" &&
+suggest_depends babel "" "" "for comment support"
diff --git a/python-pypi/jinja2/DETAILS b/python-pypi/jinja2/DETAILS
index 977cd90..ab25f4c 100755
--- a/python-pypi/jinja2/DETAILS
+++ b/python-pypi/jinja2/DETAILS
@@ -11,6 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
KEYWORDS=""
SHORT="template engine written in pure Python"
cat << EOF
-Jinja2 is a template engine written in pure Python. It provides a Django
inspired non-XML
-syntax but supports inline expressions and an optional sandboxed environment.
+Jinja2 is a template engine written in pure Python. It provides a Django
+inspired non-XML syntax but supports inline expressions and an optional
+sandboxed environment.
EOF
diff --git a/python-pypi/jinja2/HISTORY b/python-pypi/jinja2/HISTORY
index 422699c..b6c8cba 100644
--- a/python-pypi/jinja2/HISTORY
+++ b/python-pypi/jinja2/HISTORY
@@ -1,3 +1,7 @@
+2011-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: corrected long desc
+ * DEPENDS: fixed dependencies
+
2011-08-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.6




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5864b7c07bc1d95e9335d9192c1e1928e887962a), Vlad Glagolev, 09/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page