HomeAssistantRepository/dev-python/py17track/py17track-2021.12.2.ebuild
Andreas Billmeier (@Home/mbp) 5de389a86b
dev-python/*:
Signed-off-by: Andreas Billmeier <b@edevau.net>
2023-07-12 21:03:44 +02:00

31 lines
725 B
Bash

# Copyright 1999-2023 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="A Simple Python API for 17track.net"
HOMEPAGE="https://github.com/bachya/py17track https://pypi.org/project/py17track/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/attrs-19.3[${PYTHON_USEDEP}]
>=dev-python/pytz-2021.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest