summaryrefslogtreecommitdiff
path: root/net-im/slidgnal/slidgnal-0.20240224.ebuild
blob: be9fccd952a3c904ab6d00601f625c75eec90c5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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