HomeAssistantRepository/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
Andreas Billmeier 6a3f624e9c
dev-python/aiohappyeyeballs: update LICENSE
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-01-06 20:13:50 +01:00

29 lines
624 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Happy Eyeballs"
HOMEPAGE="https://github.com/bdraco/aiohappyeyeballs https://pypi.org/project/aiohappyeyeballs/"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest