From 84c9a88f414eaed34c29d50c71607f609cef743c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 9 Jul 2022 19:26:52 +0300 Subject: [PATCH] net-im/pantalaimon: add 0.10.4 Signed-off-by: Alfred Wingate --- net-im/pantalaimon/pantalaimon-0.10.4.ebuild | 67 ++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 net-im/pantalaimon/pantalaimon-0.10.4.ebuild diff --git a/net-im/pantalaimon/pantalaimon-0.10.4.ebuild b/net-im/pantalaimon/pantalaimon-0.10.4.ebuild new file mode 100644 index 0000000..f084488 --- /dev/null +++ b/net-im/pantalaimon/pantalaimon-0.10.4.ebuild @@ -0,0 +1,67 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..10} ) +inherit distutils-r1 + +DESCRIPTION="A Matrix proxy daemon that adds E2E encryption capabilities" +HOMEPAGE="https://github.com/matrix-org/pantalaimon" +SRC_URI="https://github.com/matrix-org/pantalaimon/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] + >=dev-python/aiohttp-3.6[${PYTHON_USEDEP}] + =dev-python/appdirs-1.4.4[${PYTHON_USEDEP}] + >=dev-python/cachetools-3.0.0[${PYTHON_USEDEP}] + >=dev-python/click-7.1.2[${PYTHON_USEDEP}] + >=dev-python/dbus-python-1.2[${PYTHON_USEDEP}] + =dev-python/janus-0.5[${PYTHON_USEDEP}] + >=dev-python/keyring-21.2.1[${PYTHON_USEDEP}] + >=dev-python/logbook-1.5.3[${PYTHON_USEDEP}] + >=dev-python/matrix-nio-0.18[e2e(+),${PYTHON_USEDEP}] + =dev-python/notify2-0.3[${PYTHON_USEDEP}] + =dev-python/peewee-3.13.1[${PYTHON_USEDEP}] + >dev-python/prompt_toolkit-2[${PYTHON_USEDEP}] + =dev-python/pydbus-0.6[${PYTHON_USEDEP}] + =dev-python/pygobject-3.36[${PYTHON_USEDEP}] +" +# lets relax the dependency +#