dev-python/dissononce - 0.34.3 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/dissononce-0.34.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/dissononce-0.34.3

Or alternatively:

emerge --autounmask-write -a =dev-python/dissononce-0.34.3

Package Information

Description:
A python implementation for Noise Protocol Framework
Homepage:
https://github.com/tgalal/dissononce/ https://pypi.org/project/dissononce/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.34.3 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1

DESCRIPTION="A python implementation for Noise Protocol Framework"
HOMEPAGE="
	https://github.com/tgalal/dissononce/
	https://pypi.org/project/dissononce/
"
SRC_URI="
	https://github.com/tgalal/dissononce/archive/${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples test"

RDEPEND="
	dev-python/cryptography[${PYTHON_USEDEP}]
	dev-python/transitions[${PYTHON_USEDEP}]
"
BDEPEND="
	${RDEPEND}
"

PATCHES=(
	"${FILESDIR}/${P}-fix-test-requirements.patch"
)

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

src_install() {
	distutils-r1_src_install

	use examples && dodoc examples/patterns/*.py
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/dissononce | euse -E <flag> -p dev-python/dissononce | euse -D <flag> -p dev-python/dissononce

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/cryptography[]
	dev-python/transitions[]

BDEPEND

	
	dev-python/cryptography[]
	dev-python/transitions[]

Manifest for 0.34.3

Type File Size Source URLs
DIST dissononce-0.34.3.gh.tar.gz 594227 bytes https://github.com/tgalal/dissononce/archive/0.34.3.tar.gz