# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=poetry inherit git-r3 distutils-r1 DESCRIPTION="A feature-rich Signal to XMPP puppeteering gateway" HOMEPAGE="https://git.sr.ht/~nicoco/slidgnal" EGIT_REPO_URI="https://git.sr.ht/~nicoco/slidgnal" EGIT_COMMIT="f1888832937318e1d83ff66111b1362104d1d154" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" DEPEND="${PYTHON_DEPS} ${DISTUTILS_DEPS} net-im/slidge >=dev-python/aiosignald-0.3.7[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} net-im/signald" distutils_enable_tests pytest