Skip to Content.
Sympa Menu

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

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 (93a6f387f70a634ffdda6b61389a56d8e03facdf)
  • Date: Fri, 11 Feb 2011 05:35:14 -0600

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

python-pypi/trac/BUILD | 5 +++++
python-pypi/trac/DEPENDS | 2 +-
python-pypi/trac/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 93a6f387f70a634ffdda6b61389a56d8e03facdf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

trac: compile translation files when needed

diff --git a/python-pypi/trac/BUILD b/python-pypi/trac/BUILD
new file mode 100755
index 0000000..2a48640
--- /dev/null
+++ b/python-pypi/trac/BUILD
@@ -0,0 +1,5 @@
+if is_depends_enabled $SPELL babel; then
+ python setup.py compile_catalog -f
+fi &&
+
+default_build
diff --git a/python-pypi/trac/DEPENDS b/python-pypi/trac/DEPENDS
index 507e62a..ca3906b 100755
--- a/python-pypi/trac/DEPENDS
+++ b/python-pypi/trac/DEPENDS
@@ -1,7 +1,6 @@
depends python &&
depends setuptools &&

-runtime_depends babel &&
runtime_depends genshi &&

if list_find "$TRAC_DB" sqlite; then
@@ -19,6 +18,7 @@ if list_find "$TRAC_DB" postgresql; then
runtime_depends postgresql
fi &&

+suggest_depends babel "" "" "for localization support" &&
suggest_depends WEBSERVER "" "" "to run connected to a 'real' webserver" &&
suggest_depends subversion "" "" "for Subversion SCM support" &&
suggest_depends mod_wsgi "" "" "for Apache WSGI module usage" &&
diff --git a/python-pypi/trac/HISTORY b/python-pypi/trac/HISTORY
index eb664bc..47ab259 100644
--- a/python-pypi/trac/HISTORY
+++ b/python-pypi/trac/HISTORY
@@ -1,3 +1,7 @@
+2011-02-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: added, to compile translation files
+ * DEPENDS: babel is suggested
+
2011-02-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.12.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93a6f387f70a634ffdda6b61389a56d8e03facdf), Vlad Glagolev, 02/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page