diff --git a/net-im/pantalaimon/Manifest b/net-im/pantalaimon/Manifest index 306726b..e1e5cf6 100644 --- a/net-im/pantalaimon/Manifest +++ b/net-im/pantalaimon/Manifest @@ -1 +1,2 @@ DIST pantalaimon-0.10.4.tar.gz 2495386 BLAKE2B edb8c38412448b8a37c9554efe577ca7519262d030f320a090c3d4ca23c197eabccb0253c9d5154776ce263a053f7a585ffed773b53e2a8555a588e1ce4b6483 SHA512 59b3fd27d653a5dedebb9354245e7cb1864792b523cf45696035a327a5946d6ce43a5c97bef301093897265f390dca05e9b68927d8c816de494a83301b05e9bd +DIST pantalaimon-0.10.5.tar.gz 2495662 BLAKE2B 3e6214e81929c3a35409075aa7f9c4d23cb822f0b5934b2b2b5382fa6459aa42884d2637b6416ce19c57874dfb1b25a46e47f2467849ae7c810aa48cb206b9d7 SHA512 8648037b49aeae9cdc10eaa83257412335267e70163d8800979a47b3c4bfa88d03a5a62272bddfdf1a77b8ea781b089512b6edae0f8ec67a36b28c1098f1d36e diff --git a/net-im/pantalaimon/pantalaimon-0.10.5.ebuild b/net-im/pantalaimon/pantalaimon-0.10.5.ebuild new file mode 100644 index 0000000..36effdb --- /dev/null +++ b/net-im/pantalaimon/pantalaimon-0.10.5.ebuild @@ -0,0 +1,66 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +DESCRIPTION="A Matrix proxy daemon that adds E2E encryption capabilities" +HOMEPAGE="https://github.com/matrix-org/pantalaimon" +# tests not included in sdist +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" + +# lets relax dbus-python, matrix-nio and pygobject +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[${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[e2e(+),${PYTHON_USEDEP}] + >=dev-python/notify2-0.3[${PYTHON_USEDEP}] + =dev-python/peewee-3.13.1[${PYTHON_USEDEP}] + >=dev-python/prompt-toolkit-3[${PYTHON_USEDEP}] + =dev-python/pydbus-0.6[${PYTHON_USEDEP}] +