[sagemath] 01/03: Add markupsafe and mistune entries to pruner.

Tobias Hansen thansen at moszumanska.debian.org
Sat May 23 14:16:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit 1f96d21d74d1456c7e6b11714a8e2a6f26fa0f33
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sat May 23 13:26:42 2015 +0000

    Add markupsafe and mistune entries to pruner.
---
 debian/pruner/configure.ac | 8 ++++++++
 debian/pruner/pruner.py.in | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index 0a44979..5ad2328 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -215,6 +215,10 @@ AC_CHECK_HEADERS(m4rie/m4rie.h, HAS_M4RIE="True", HAS_M4RIE="False")
 AC_LANG_POP([C++])
 AC_SUBST(HAS_M4RIE)
 
+# FIXME(markupsafe): only needed for jinja2, hence not needed
+HAS_MARKUPSAFE="True"
+AC_SUBST(HAS_MARKUPSAFE)
+
 AC_CHECK_FILE(/usr/share/javascript/mathjax/MathJax.js, HAS_MATHJAX="True", HAS_MATHJAX="False")
 AC_SUBST(HAS_MATHJAX)
 
@@ -233,6 +237,10 @@ AC_CHECK_FILE(/usr/share/doc/maxima-doc/copyright, , HAS_MAXIMA="False")
 AC_CHECK_FILE(/usr/share/doc/maxima/copyright, , HAS_MAXIMA="False")
 AC_SUBST(HAS_MAXIMA)
 
+# FIXME(mistune): only needed for ipython 3, hence not needed
+HAS_MISTUNE="True"
+AC_SUBST(HAS_MISTUNE)
+
 AC_CHECK_HEADERS(mpc.h, HAS_MPC="True", HAS_MPC="False")
 AC_SUBST(HAS_MPC)
 
diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index 1c11dd6..141479d 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -74,9 +74,11 @@ dico = {
     'lrcalc': @HAS_LRCALC@,
     'm4ri': @HAS_M4RI@,
     'm4rie': @HAS_M4RIE@,
+    'markupsafe': @HAS_MARKUPSAFE@,
     'mathjax': @HAS_MATHJAX@,
     'matplotlib': @HAS_MATPLOTLIB@,
     'maxima': @HAS_MAXIMA@,
+    'mistune': @HAS_MISTUNE@,
     'mpc': @HAS_MPC@,
     'mpfi': @HAS_MPFI@,
     'mpfr': @HAS_MPFR@,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list