blob: 026679fc639c15d7f92b60af2881860de58e01d9 (
plain) (
tree)
|
|
# 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
|