Andreas Billmeier 7c3d042e1a
dev-python/pybalboa: add 1.0.2
Closes: #3574
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-09-21 14:29:57 +02:00

31 lines
653 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Module to communicate with a Balboa spa wifi adapter."
HOMEPAGE="https://github.com/garbled1/pybalboa https://pypi.org/project/pybalboa/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest