summaryrefslogtreecommitdiff
path: root/dev-python/aiosignald/aiosignald-0.3.7.ebuild
blob: 026679fc639c15d7f92b60af2881860de58e01d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 distutils-r1 pypi

DESCRIPTION="Signald python bindings"
HOMEPAGE="https://git.sr.ht/~nicoco/aiosignald"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="${PYTHON_DEPS}
	${DISTUTILS_DEPS}"
RDEPEND="${DEPEND}"

distutils_enable_tests pytest