HomeAssistantRepository/dev-python/crownstone-sse/crownstone-sse-2.0.5.ebuild
Andreas Billmeier 343cec3cfa
dev-python/crownstone-sse: add 2.0.5
Closes: #3366
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-05-26 09:13:51 +02:00

29 lines
706 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python library that listens to Crownstone SSE events."
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-sse https://pypi.org/project/crownstone-sse/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]"
BDEPEND="
test? (
>=dev-python/asynctest-0.13.0[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest