commit:     0f8ada7f5a88edf2db7e4a8c7eb4f3ba6a2822ff
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 20:53:38 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 22:32:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8ada7f

dev-python/consonance: add python3.9 support

Also updated test deps.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-python/consonance/consonance-0.1.3-r1.ebuild | 39 ++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/dev-python/consonance/consonance-0.1.3-r1.ebuild 
b/dev-python/consonance/consonance-0.1.3-r1.ebuild
new file mode 100644
index 00000000000..5d58d23a99b
--- /dev/null
+++ b/dev-python/consonance/consonance-0.1.3-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="WhatsApp's handshake implementation using Noise Protocol"
+HOMEPAGE="https://github.com/tgalal/consonance";
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="examples"
+
+# Tests require an active internet connection
+RESTRICT="test"
+
+RDEPEND="
+       dev-python/cryptography[${PYTHON_USEDEP}]
+       dev-python/dissononce[${PYTHON_USEDEP}]
+       dev-python/protobuf-python[${PYTHON_USEDEP}]
+       dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+       dev-python/transitions[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+src_install() {
+       distutils-r1_src_install
+
+       use examples && dodoc examples/*.py
+}

Reply via email to