-optional_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&
+suggested_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&
if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
- optional_depends twisted "" "" "To use Twisted as the webserver"
+ suggested_depends twisted "" "" "To use Twisted as the webserver"
fi &&
if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- optional_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
+ suggested_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
fi &&
-optional_depends xapian-core "" "" "for an indexed search engine" &&
-optional_depends pyxml "" "" "for an RSS feed, the GUI editor, and the
docbook formatter" &&
-optional_depends 4suite "" "" "for an xslt parser"
+suggested_depends xapian-core "" "" "for an indexed search engine" &&
+suggested_depends pyxml "" "" "for an RSS feed, the GUI editor, and the
docbook formatter" &&
+suggested_depends 4suite "" "" "for an xslt parser"
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index d2341fe..d9364e5 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,7 +1,7 @@
2008-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, INSTALL: useless, due to move the spell to this section
* DETAILES: updated to 1.6.1, fixed descs, SOURCE_URL
- * DEPENDS: added xapian-core as an opt dep
+ * DEPENDS: added xapian-core as an opt dep, optional -> suggested