~alpine/aports

testing/opendht: enable python binding v1 REJECTED

Gavin Henry: 1
 testing/opendht: enable python binding

 1 files changed, 6 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3989/mbox | git am -3
Learn more about email & git

[PATCH] testing/opendht: enable python binding Export this patch

---
 testing/opendht/APKBUILD | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/testing/opendht/APKBUILD b/testing/opendht/APKBUILD
index d31f68762e..ea3b75b970 100644
--- a/testing/opendht/APKBUILD
+++ b/testing/opendht/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Gavin Henry <ghenry@sentrypeer.org>
pkgname=opendht
pkgver=2.4.0
pkgrel=1
pkgrel=2
pkgdesc="C++14 Distributed Hash Table implementation"
url="https://github.com/savoirfairelinux/opendht"
arch="all"
@@ -11,9 +11,13 @@ makedepends="
	argon2-dev
	asio-dev
	cmake
	cython
	gnutls-dev
	jsoncpp-dev
	msgpack-cxx-dev
	nettle-dev
	py3-setuptools
	python3-dev
	readline-dev
	samurai
	"
@@ -31,6 +35,7 @@ build() {
		-DCMAKE_BUILD_TYPE=MinSizeRel \
		-DOPENDHT_C=ON \
		-DOPENDHT_TOOLS=ON \
		-DOPENDHT_PYTHON=ON \
		-G Ninja \
		$CMAKE_CROSSOPTS .
	cmake --build build
-- 
2.35.1
you seem to have missed the subpackage split by accident in this one

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32432#note_224851
Ah, I had it in and then got pulled after moving it out and lost my changes. Will redo. Annoying waste of time for you. Apologies.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32432#note_224864
I emailed a one-behind patch. Thought I was going mad. Another one coming.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32432#note_224902