Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3024c976d4815c7076c2868569b27e9dd2bee887)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3024c976d4815c7076c2868569b27e9dd2bee887)
  • Date: Thu, 24 Dec 2020 16:27:54 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/botan/BUILD | 2 +-
crypto/botan/DEPENDS | 7 ++++++-
crypto/botan/HISTORY | 3 +++
3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 3024c976d4815c7076c2868569b27e9dd2bee887
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

botan: Add optional depedency on python-sphinx

diff --git a/crypto/botan/BUILD b/crypto/botan/BUILD
index 6b4d865..0551c95 100755
--- a/crypto/botan/BUILD
+++ b/crypto/botan/BUILD
@@ -1,2 +1,2 @@
-./configure.py --prefix=/usr &&
+./configure.py --prefix=/usr $OPTS &&
make
diff --git a/crypto/botan/DEPENDS b/crypto/botan/DEPENDS
index 359b117..c5ac42e 100755
--- a/crypto/botan/DEPENDS
+++ b/crypto/botan/DEPENDS
@@ -1,2 +1,7 @@
depends PYTHON &&
-depends -sub CXX gcc
+depends -sub CXX gcc &&
+
+optional_depends python-sphinx \
+ --with-sphinx \
+ --without-sphinx \
+ 'for building the API documentation'
diff --git a/crypto/botan/HISTORY b/crypto/botan/HISTORY
index 2d7a995..e4ea3e7 100644
--- a/crypto/botan/HISTORY
+++ b/crypto/botan/HISTORY
@@ -1,3 +1,6 @@
+2020-12-24 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD, DEPENDS: Added optional dependency on python-sphinx
+
2020-12-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.17.2




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3024c976d4815c7076c2868569b27e9dd2bee887), Ismael Luceno, 12/24/2020

Archive powered by MHonArc 2.6.24.

Top of Page