# Copyright 2026 ReK2 - Chris F.N. # https://rek2.hispagatos.org # Distributed under the terms of the GNU General Public License v3 EAPI=8 DISTUTILS_USE_PEP517=setuptools # add python3_15/python3_16 here once Gentoo's python-r1 eclass supports them PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 git-r3 DESCRIPTION="Off-grid, resilient mesh communication with strong encryption" HOMEPAGE="https://unsigned.io/nomadnet/ https://github.com/markqvist/NomadNet" EGIT_REPO_URI="https://github.com/markqvist/NomadNet.git" LICENSE="MIT" SLOT="0" KEYWORDS="" RDEPEND=" >=dev-python/rns-9999[${PYTHON_USEDEP}] >=dev-python/lxmf-9999[${PYTHON_USEDEP}] >=dev-python/urwid-2.6.16[${PYTHON_USEDEP}] dev-python/qrcode[${PYTHON_USEDEP}] " distutils_enable_tests pytest