Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ba3ba7b754035fc55e52e8285728b4642af753d0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ba3ba7b754035fc55e52e8285728b4642af753d0)
  • Date: Tue, 5 Oct 2021 22:12:40 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

http/nghttp2/DEPENDS | 5 +++--
http/nghttp2/HISTORY | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit ba3ba7b754035fc55e52e8285728b4642af753d0
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/nghttp2: fixed logic for python3 codependencies, needs boost with
PYTHON for python bindings

diff --git a/http/nghttp2/DEPENDS b/http/nghttp2/DEPENDS
index 5846f66..ad05c20 100755
--- a/http/nghttp2/DEPENDS
+++ b/http/nghttp2/DEPENDS
@@ -31,8 +31,9 @@ optional_depends python3 \
"--disable-python-bindings" \
"for Python bindings (needs cython too)" &&

-if is_depends_enabled $SPELL $(get_spell_provider $SPELL PYTHON); then
- depends cython
+if is_depends_enabled $SPELL python3; then
+ depends cython &&
+ depends -sub PYTHON boost
fi &&

if is_depends_enabled ${SPELL} libev; then
diff --git a/http/nghttp2/HISTORY b/http/nghttp2/HISTORY
index 178aba7..5caa359 100644
--- a/http/nghttp2/HISTORY
+++ b/http/nghttp2/HISTORY
@@ -1,3 +1,6 @@
+2021-10-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: fixed python3 codependencies, added boost with PYTHON
+
2021-10-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.45.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ba3ba7b754035fc55e52e8285728b4642af753d0), Pavel Vinogradov, 10/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page