dev-python/snitun - 0.45.2 (home-assistant)

Search

Package Information

Description:
SNI proxy with TCP multiplexer
Homepage:
https://github.com/NabuCasa/snitun https://pypi.org/project/snitun/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.45.2 8 ~amd64 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_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="SNI proxy with TCP multiplexer"
HOMEPAGE="
	https://github.com/NabuCasa/snitun
	https://pypi.org/project/snitun/
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
	>=dev-python/cryptography-2.5[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

	>=dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}]
	>=dev-python/cryptography-2.5[${PYTHON_USEDEP}]