# Copyright 2023 lmkra # Distributed under the terms of the GNU General Public License v3 EAPI=8 PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="A Matrix-Facebook Messenger puppeting bridge" HOMEPAGE="https://github.com/mautrix/facebook" SRC_URI="https://github.com/mautrix/facebook/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/facebook-${PV}" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" net-im/mautrix-common >=dev-db/postgresql-10.0:* media-video/ffmpeg =dev-python/aiohttp-3*[${PYTHON_USEDEP}] >=dev-python/asyncpg-0.20[${PYTHON_USEDEP}] =dev-python/commonmark-0.8[${PYTHON_USEDEP}] =dev-python/mautrix-0.20.2[${PYTHON_USEDEP}] =dev-python/paho-mqtt-1.5.0[${PYTHON_USEDEP}] =dev-python/ruamel-yaml-0.15.94[${PYTHON_USEDEP}]